Skip to content

Commit

Permalink
[master] Update ClientStructs (#1528)
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 committed Nov 28, 2023
1 parent 13346b0 commit 334a307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FFXIVClientStructs
Submodule FFXIVClientStructs updated 31 files
+1 −0 FFXIVClientStructs/AssemblyAttributes.cs
+6 −0 FFXIVClientStructs/Attributes/CExportIgnore.cs
+0 −6 FFXIVClientStructs/CExportIgnore.cs
+13 −2 FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs
+9 −0 FFXIVClientStructs/FFXIV/Client/Graphics/Scene/CharacterBase.cs
+7 −18 FFXIVClientStructs/FFXIV/Client/Graphics/Scene/CharacterUtility.cs
+23 −0 FFXIVClientStructs/FFXIV/Client/Graphics/Scene/Demihuman.cs
+13 −13 FFXIVClientStructs/FFXIV/Client/Graphics/Scene/Human.cs
+9 −1 FFXIVClientStructs/FFXIV/Client/Graphics/Scene/Monster.cs
+8 −1 FFXIVClientStructs/FFXIV/Client/Graphics/Scene/Weapon.cs
+8 −0 FFXIVClientStructs/FFXIV/Client/LayoutEngine/LayoutManager.cs
+2 −2 FFXIVClientStructs/FFXIV/Client/System/Resource/Handle/ResourceHandle.cs
+13 −2 FFXIVClientStructs/FFXIV/Client/System/String/Utf8String.cs
+2 −0 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentFreeCompany.cs
+66 −0 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentMacro.cs
+9 −0 FFXIVClientStructs/FFXIV/Client/UI/Misc/RaptureMacroModule.cs
+3 −0 FFXIVClientStructs/FFXIV/Client/UI/RaptureAtkUnitManager.cs
+3 −2 FFXIVClientStructs/FFXIV/Client/UI/UIModule.cs
+1 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkDragDropInterface.cs
+1 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkModule.cs
+1 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkTexture.cs
+42 −11 FFXIVClientStructs/STD/String.cs
+1 −1 ida/CExporter/CExporter.csproj
+33 −3 ida/CExporter/Exporter.cs
+1 −1 ida/CExporter/Extensions.cs
+4,094 −3,977 ida/data.yml
+1,504 −1,388 ida/ffxiv_client_structs.h
+1,457 −382 ida/ffxiv_client_structs_arrays.h
+1,457 −382 ida/ffxiv_client_structs_arrays_ghidra.h
+1,504 −1,388 ida/ffxiv_client_structs_ghidra.h
+9,548 −0 ida/old/data_2023.10.23.0000.0000.yml

0 comments on commit 334a307

Please sign in to comment.