This commit is contained in:
aozhiwei 2023-12-15 11:03:57 +08:00
parent 7174f3108a
commit 255b12e18d

View File

@ -132,6 +132,7 @@ class Creature : public MoveableEntity
a8::XTimerWp remove_shot_hold_timer; a8::XTimerWp remove_shot_hold_timer;
a8::XTimerWp nature_recover_hp_idle_timer; a8::XTimerWp nature_recover_hp_idle_timer;
std::map<int, int> hook_hash;
int side = 0; int side = 0;
int road_idx = 0; int road_idx = 0;