Skip to content

Commit

Permalink
bump cs so things build at least
Browse files Browse the repository at this point in the history
  • Loading branch information
KazWolfe committed Nov 14, 2024
1 parent 2f91265 commit b065285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FFXIVClientStructs
Submodule FFXIVClientStructs updated 28 files
+5 −5 FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs
+46 −43 FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs
+25 −40 FFXIVClientStructs/FFXIV/Client/Game/Character/CharacterData.cs
+2 −1 FFXIVClientStructs/FFXIV/Client/Game/Character/DrawDataContainer.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/Character/TimelineContainer.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/Control/CameraManager.cs
+3 −0 FFXIVClientStructs/FFXIV/Client/Game/Event/EventFramework.cs
+24 −25 FFXIVClientStructs/FFXIV/Client/Game/GameMain.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs
+6 −6 FFXIVClientStructs/FFXIV/Client/Game/UI/Achievement.cs
+5 −5 FFXIVClientStructs/FFXIV/Client/Game/UI/TitleList.cs
+65 −64 FFXIVClientStructs/FFXIV/Client/Game/UI/UIState.cs
+3 −3 FFXIVClientStructs/FFXIV/Client/Graphics/Render/Material.cs
+3 −0 FFXIVClientStructs/FFXIV/Client/Graphics/Render/Model.cs
+43 −42 FFXIVClientStructs/FFXIV/Client/Graphics/Scene/Human.cs
+10 −0 FFXIVClientStructs/FFXIV/Client/Network/PacketDispatcher.cs
+2 −2 FFXIVClientStructs/FFXIV/Client/System/Resource/Handle/ModelResourceHandle.cs
+3 −0 FFXIVClientStructs/FFXIV/Client/System/String/Utf8String.cs
+20 −0 FFXIVClientStructs/FFXIV/Client/UI/AddonFlyText.cs
+1 −0 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentActionDetail.cs
+4 −0 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentHUD.cs
+3 −0 FFXIVClientStructs/FFXIV/Client/UI/Info/InfoProxyCrossRealm.cs
+3 −0 FFXIVClientStructs/FFXIV/Client/UI/Info/InfoProxyItemSearch.cs
+4 −3 FFXIVClientStructs/FFXIV/Component/GUI/AtkArrayData.cs
+2 −2 FFXIVClientStructs/FFXIV/Component/GUI/ExtendArrayData.cs
+2 −2 FFXIVClientStructs/FFXIV/Component/GUI/NumberArrayData.cs
+3 −3 FFXIVClientStructs/FFXIV/Component/GUI/StringArrayData.cs
+104 −91 ida/data.yml

0 comments on commit b065285

Please sign in to comment.