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 6, 2025
1 parent af1ddf5 commit 3df727c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FFXIVClientStructs
Submodule FFXIVClientStructs updated 26 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
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/Event/EventFramework.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
+13 −15 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentModule.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/UI/Info/InfoProxyCommonList.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,021 −7,623 ida/data.yml
+1,532 −509 ida/ffxiv_structs.yml
+17,741 −0 ida/old/data_2025.01.14.0000.0000.yml

0 comments on commit 3df727c

Please sign in to comment.