Skip to content

Commit

Permalink
Update ClientStructs (#2179)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <[email protected]>
  • Loading branch information
bleatbot and web-flow authored Feb 25, 2025
1 parent 0ada421 commit df78a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FFXIVClientStructs
Submodule FFXIVClientStructs updated 28 files
+6 −1 CExporter/Exporter.cs
+2 −2 ExcelGenerator/Program.cs
+4 −3 FFXIVClientStructs/FFXIV/Client/Game/Character/CharacterData.cs
+13 −2 FFXIVClientStructs/FFXIV/Client/Game/Control/EmoteManager.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/Event/Director.cs
+12 −8 FFXIVClientStructs/FFXIV/Client/Game/Event/EventHandler.cs
+21 −0 FFXIVClientStructs/FFXIV/Client/Game/Event/HwdDevEventHandler.cs
+2 −0 FFXIVClientStructs/FFXIV/Client/Game/Event/LuaEventHandler.cs
+17 −0 FFXIVClientStructs/FFXIV/Client/Game/HwdManager.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs
+2 −3 FFXIVClientStructs/FFXIV/Client/Game/UI/ContentsFinder.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/UI/PlayerState.cs
+1 −2 FFXIVClientStructs/FFXIV/Client/System/Framework/EnvironmentManager.cs
+4 −1 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentAchievement.cs
+3 −1 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentChatLog.cs
+3 −1 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentHUD.cs
+3 −1 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentItemSearch.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/UI/Misc/CharaViewPortrait.cs
+1 −0 FFXIVClientStructs/FFXIV/Client/UI/Misc/RaptureLogModule.cs
+6 −1 FFXIVClientStructs/FFXIV/Client/UI/RaptureAtkModule.cs
+3 −0 FFXIVClientStructs/FFXIV/Client/UI/UIGlobals.cs
+4 −0 FFXIVClientStructs/FFXIV/Common/Configuration/ConfigBase.cs
+20 −0 FFXIVClientStructs/FFXIV/Common/Lua/LuaState.cs
+1 −1 FFXIVClientStructs/FFXIV/Common/Lua/lstate.cs
+88 −70 FFXIVClientStructs/FFXIV/Component/Text/MacroDecoder.cs
+8,086 −8,000 ida/data.yml
+4,527 −1,607 ida/ffxiv_structs.yml
+18,451 −0 ida/old/data_2025.01.28.0000.0000.yml

0 comments on commit df78a4a

Please sign in to comment.