Skip to content

Commit

Permalink
Update ClientStructs
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 13, 2024
1 parent 3f34fb2 commit eaa059b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FFXIVClientStructs
Submodule FFXIVClientStructs updated 31 files
+47 −18 CExporter/Exporter.cs
+5 −0 CExporter/Extensions.cs
+1 −0 CExporter/Program.cs
+1 −0 FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs
+7 −1 FFXIVClientStructs/FFXIV/Client/Game/CameraBase.cs
+2 −0 FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs
+10 −2 FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs
+6 −0 FFXIVClientStructs/FFXIV/Client/Game/Character/CharacterData.cs
+22 −0 FFXIVClientStructs/FFXIV/Client/Game/DutyActionManager.cs
+3 −1 FFXIVClientStructs/FFXIV/Client/Game/Event/GatheringPointEventHandler.cs
+8 −1 FFXIVClientStructs/FFXIV/Client/Game/GameMain.cs
+2 −0 FFXIVClientStructs/FFXIV/Client/Game/InstanceContent/ContentDirector.cs
+9 −0 FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs
+5 −0 FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs
+57 −10 FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Texture.cs
+44 −0 FFXIVClientStructs/FFXIV/Client/System/Framework/EnvironmentManager.cs
+2 −1 FFXIVClientStructs/FFXIV/Client/System/Framework/Framework.cs
+1 −0 FFXIVClientStructs/FFXIV/Client/System/Framework/GameWindow.cs
+2 −1 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentLobby.cs
+168 −1 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentLookingForGroup.cs
+15 −0 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentMutelist.cs
+29 −0 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentSubmersibleExploration.cs
+18 −1 FFXIVClientStructs/FFXIV/Client/UI/Misc/RaptureLogModule.cs
+2 −0 FFXIVClientStructs/FFXIV/Client/UI/RaptureAtkModule.cs
+6 −2 FFXIVClientStructs/FFXIV/Client/UI/UIModuleInterface.cs
+1 −0 FFXIVClientStructs/FFXIV/Component/Text/MacroDecoder.cs
+7,246 −7,045 ida/data.yml
+4 −0 ida/ffxiv_idarename.py
+86 −186 ida/ffxiv_structimporter.py
+4,434 −2,316 ida/ffxiv_structs.yml
+16,510 −0 ida/old/data_2024.08.02.0000.0000.yml

0 comments on commit eaa059b

Please sign in to comment.