mirror of
https://github.com/zeldaret/ph
synced 2026-06-27 01:55:21 -04:00
progress on ActorNaviBase.cpp
This commit is contained in:
@@ -55,6 +55,10 @@ public:
|
||||
return mState;
|
||||
}
|
||||
|
||||
inline bool IsReleased(void) {
|
||||
return mIsReleased;
|
||||
}
|
||||
|
||||
inline unk32 GetChargeTimer(void) {
|
||||
return mChargeTimer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user