mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
npcT / JUTGamePad work
This commit is contained in:
@@ -276,6 +276,7 @@ public:
|
||||
void SetWeight(u8 weight) { mWeight = weight; }
|
||||
fopAc_ac_c* GetAc() { return mActor; }
|
||||
void SetActor(void* ac) { mActor = (fopAc_ac_c*)ac; }
|
||||
cXyz* GetCCMoveP() { return &mXyz; }
|
||||
}; // Size = 0x1C
|
||||
|
||||
STATIC_ASSERT(0x1C == sizeof(cCcD_Stts));
|
||||
|
||||
Reference in New Issue
Block a user