progress on ActorNaviBase.cpp

This commit is contained in:
Yanis002
2025-02-08 19:30:22 +01:00
parent bd747975ff
commit c81b52be86
11 changed files with 327 additions and 20 deletions
+4
View File
@@ -55,6 +55,10 @@ public:
return mState;
}
inline bool IsReleased(void) {
return mIsReleased;
}
inline unk32 GetChargeTimer(void) {
return mChargeTimer;
}