This commit is contained in:
aozhiwei 2023-06-14 17:21:22 +08:00
parent 62143710d3
commit 12e837a113

View File

@ -16,6 +16,7 @@ enum CreatureStatus
CS_PreDieSuspended, CS_PreDieSuspended,
CS_DeadNoDrop, CS_DeadNoDrop,
CS_Reviving, CS_Reviving,
CS_CrazeMode,
CS_End CS_End
}; };
@ -122,6 +123,8 @@ class Creature : public MoveableEntity
bool shot_start = false; bool shot_start = false;
bool shot_hold = false; bool shot_hold = false;
a8::XTimerWp craze_mode_timer;
Creature(); Creature();
virtual ~Creature() override; virtual ~Creature() override;
virtual void Initialize() override; virtual void Initialize() override;