Skip to content

Commit

Permalink
Update ClientStructs (#1339)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <noreply@github.com>
  • Loading branch information
bleatbot and web-flow authored Aug 8, 2023
1 parent 29668a9 commit cd3d23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FFXIVClientStructs
Submodule FFXIVClientStructs updated 35 files
+1 −1 FFXIVClientStructs.InteropSourceGenerators/StaticAddressGenerator.cs
+1 −1 FFXIVClientStructs.InteropSourceGenerators/VTableAddressGenerator.cs
+0 −4 FFXIVClientStructs.ResolverTester/FFXIVClientStructs.ResolverTester.csproj
+19 −18 FFXIVClientStructs.ResolverTester/Program.cs
+101 −0 FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs
+3 −0 FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs
+3 −0 FFXIVClientStructs/FFXIV/Client/Game/Character/CharacterManager.cs
+10 −0 FFXIVClientStructs/FFXIV/Client/Game/Event/EventFramework.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/GameMain.cs
+1 −0 FFXIVClientStructs/FFXIV/Client/Game/InstanceContent/InstanceContentDirector.cs
+33 −0 FFXIVClientStructs/FFXIV/Client/Game/InstanceContent/InstanceContentOceanFishing.cs
+1 −0 FFXIVClientStructs/FFXIV/Client/Game/QuestManager.cs
+3 −0 FFXIVClientStructs/FFXIV/Client/Game/RetainerManager.cs
+4 −0 FFXIVClientStructs/FFXIV/Client/Game/SavedAppearanceManager.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Graphics/Scene/Human.cs
+2 −2 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentBannerInterface.cs
+16 −0 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentIKDFishingLog.cs
+21 −0 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentIKDResult.cs
+203 −8 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentLobby.cs
+14 −0 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentModule.cs
+2 −1 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentScreenLog.cs
+5 −1 FFXIVClientStructs/FFXIV/Client/UI/Info/InfoProxyCrossRealm.cs
+182 −97 FFXIVClientStructs/FFXIV/Client/UI/Misc/RaptureHotbarModule.cs
+2 −1 FFXIVClientStructs/FFXIV/Client/UI/Misc/RaptureLogModule.cs
+12 −0 FFXIVClientStructs/FFXIV/Client/UI/RaptureAtkModule.cs
+17 −2 FFXIVClientStructs/FFXIV/Component/GUI/AtkArrayData.cs
+1 −10 FFXIVClientStructs/FFXIV/Component/GUI/AtkImageNode.cs
+74 −2 FFXIVClientStructs/FFXIV/Component/GUI/AtkUnitBase.cs
+1 −1 FFXIVClientStructs/FFXIV/Component/GUI/NumberArrayData.cs
+2 −2 FFXIVClientStructs/FFXIV/Component/GUI/StringArrayData.cs
+5 −0 FFXIVClientStructs/Interop/Address.cs
+8 −8 FFXIVClientStructs/Interop/Resolver.cs
+1 −1 ida/README.md
+3,000 −2,935 ida/data.yml
+7,452 −0 ida/old/data_2023.07.06.0000.0000.yml

0 comments on commit cd3d23e

Please sign in to comment.