Skip to content

Commit

Permalink
Update ClientStructs
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Feb 10, 2025
1 parent 5dd097d commit b04c3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FFXIVClientStructs
Submodule FFXIVClientStructs updated 30 files
+9 −6 CExporter/Exporter.cs
+3 −1 CExporter/Extensions.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/Character/ActionEffectHandler.cs
+4 −0 FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs
+213 −4 FFXIVClientStructs/FFXIV/Client/Game/Conditions.cs
+9 −0 FFXIVClientStructs/FFXIV/Client/Game/Event/CustomTalkEventHandler.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/Event/EventFramework.cs
+8 −0 FFXIVClientStructs/FFXIV/Client/Game/Event/LuaEventHandler.cs
+15 −0 FFXIVClientStructs/FFXIV/Client/Game/EventItemManager.cs
+17 −0 FFXIVClientStructs/FFXIV/Client/Game/InstanceContent/InstanceContentDeepDungeon.cs
+7 −0 FFXIVClientStructs/FFXIV/Client/Game/MJI/MJIManager.cs
+2 −0 FFXIVClientStructs/FFXIV/Client/Game/UI/InstanceContent.cs
+6 −2 FFXIVClientStructs/FFXIV/Client/Game/UI/PlayerState.cs
+58 −1 FFXIVClientStructs/FFXIV/Client/System/String/Utf8String.cs
+43 −39 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentModule.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/UI/Info/InfoProxyCommonList.cs
+18 −1 FFXIVClientStructs/FFXIV/Client/UI/RaptureAtkColorDataManager.cs
+3 −3 FFXIVClientStructs/FFXIV/Client/UI/UIModule.cs
+2 −0 FFXIVClientStructs/FFXIV/Client/UI/UIModuleInterface.cs
+24 −0 FFXIVClientStructs/FFXIV/Component/Completion/CategoryData.cs
+33 −2 FFXIVClientStructs/FFXIV/Component/Completion/CompletionModule.cs
+6 −0 FFXIVClientStructs/FFXIV/Component/Completion/CompletionModuleInterface.cs
+10 −0 FFXIVClientStructs/FFXIV/Component/GUI/AtkFontManager.cs
+2 −0 FFXIVClientStructs/FFXIV/Component/GUI/AtkUnitBase.cs
+3 −9 FFXIVClientStructs/FFXIV/Component/Text/TextModule.cs
+29 −0 FFXIVClientStructs/FFXIV/Component/Text/TextModuleInterface.cs
+16 −0 FFXIVClientStructs/Interop/StringPointer.cs
+8,175 −7,630 ida/data.yml
+2,909 −1,331 ida/ffxiv_structs.yml
+17,741 −0 ida/old/data_2025.01.14.0000.0000.yml

0 comments on commit b04c3c6

Please sign in to comment.