@@ -32,20 +32,20 @@ public unsafe partial struct RaptureAtkModule {
3232 [ FieldOffset ( 0x86E0 ) ] public Utf8String BoldOn ; // <bold(1)>
3333 [ FieldOffset ( 0x8748 ) ] public Utf8String BoldOff ; // <bold(0)>
3434
35- [ FieldOffset ( 0x87F7 ) ] public AgentUpdateFlags AgentUpdateFlag ; // reset happens in RaptureAtkModule_OnUpdate
36- [ FieldOffset ( 0x87F8 ) ] internal fixed byte AddonAllocators [ 0x28 * 917 ] ;
37- [ FieldOffset ( 0x11740 ) ] public StdVector < Utf8String > AddonNames ;
38- [ FieldOffset ( 0x11758 ) ] public AddonConfig * AddonConfigPtr ;
39-
40- [ FieldOffset ( 0x11810 ) ] public UIModule * UIModulePtr ;
41- [ FieldOffset ( 0x11818 ) ] public RaptureLogModule * RaptureLogModulePtr ;
42- [ FieldOffset ( 0x11820 ) ] public AgentModule AgentModule ;
43- [ FieldOffset ( 0x12718 ) ] public RaptureHotbarModule * RaptureHotbarModulePtr ;
44- [ FieldOffset ( 0x12720 ) ] public RaptureAtkUnitManager RaptureAtkUnitManager ;
45- [ FieldOffset ( 0x1C438 ) ] public RaptureAtkColorDataManager RaptureAtkColorDataManager ;
46-
47- [ FieldOffset ( 0x1C6B8 ) ] public int NameplateInfoCount ;
48- [ FieldOffset ( 0x1C6C0 ) , FixedSizeArray ] internal FixedSizeArray50 < NamePlateInfo > _namePlateInfoEntries ;
35+ [ FieldOffset ( 0x87F7 - 0x10 ) ] public AgentUpdateFlags AgentUpdateFlag ; // reset happens in RaptureAtkModule_OnUpdate
36+ [ FieldOffset ( 0x87F8 - 0x10 ) ] internal fixed byte AddonAllocators [ 0x28 * 917 ] ;
37+ [ FieldOffset ( 0x11740 - 0x10 ) ] public StdVector < Utf8String > AddonNames ;
38+ [ FieldOffset ( 0x11758 - 0x10 ) ] public AddonConfig * AddonConfigPtr ;
39+
40+ [ FieldOffset ( 0x11810 - 0x10 ) ] public UIModule * UIModulePtr ;
41+ [ FieldOffset ( 0x11818 - 0x10 ) ] public RaptureLogModule * RaptureLogModulePtr ;
42+ [ FieldOffset ( 0x11820 - 0x10 ) ] public AgentModule AgentModule ;
43+ [ FieldOffset ( 0x12718 - 0x10 ) ] public RaptureHotbarModule * RaptureHotbarModulePtr ;
44+ [ FieldOffset ( 0x12720 - 0x10 ) ] public RaptureAtkUnitManager RaptureAtkUnitManager ;
45+ [ FieldOffset ( 0x1C438 - 0x10 ) ] public RaptureAtkColorDataManager RaptureAtkColorDataManager ;
46+
47+ [ FieldOffset ( 0x1C6B8 - 0x10 ) ] public int NameplateInfoCount ;
48+ [ FieldOffset ( 0x1C6C0 - 0x10 ) , FixedSizeArray ] internal FixedSizeArray50 < NamePlateInfo > _namePlateInfoEntries ;
4949
5050 [ FieldOffset ( 0x23B38 ) , FixedSizeArray ] internal FixedSizeArray18 < CrystalCache > _crystalItemCache ;
5151 [ FieldOffset ( 0x245E8 ) ] public ItemCache * KeyItemCache ; // ptr to 120 entries
0 commit comments