mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-20 22:59:13 +00:00
CFlyingPirate: Finish Think implementation
This commit is contained in:
@@ -137,6 +137,7 @@ public:
|
||||
bool IsOver() const { return x68_25_over; }
|
||||
void SetNoOverTimer(bool b) { x68_28_noOverTimer = b; }
|
||||
void SetContinueSmallMovements(bool b) { x68_27_continueSmallMovements = b; }
|
||||
u32 GetImpactCount() const { return x4c_impactCount; }
|
||||
};
|
||||
|
||||
} // namespace urde
|
||||
|
||||
Reference in New Issue
Block a user