2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 11:07:43 +00:00

More state implementations

This commit is contained in:
2020-10-08 21:45:05 -07:00
parent 215eedc013
commit abbacad46b
5 changed files with 110 additions and 26 deletions

View File

@@ -338,6 +338,7 @@ public:
void TryKnockBack_Front(CStateManager& mgr, int arg);
void TryGenerateDeactivate(CStateManager& mgr, int arg);
void TryStep(CStateManager& mgr, int arg);
void TryScripted(CStateManager& mgr, int arg);
virtual bool KnockbackWhenFrozen() const { return true; }
virtual void MassiveDeath(CStateManager& mgr);