This commit is contained in:
aozhiwei 2021-03-29 16:53:54 +08:00
parent a45e86ac58
commit a3090b629b

View File

@ -31,8 +31,8 @@ public:
int next_total_shot_times = 0;
long long param1 = 0;
Human* target = nullptr;
Human* nearest_human = nullptr;
Creature* target = nullptr;
Creature* nearest_human = nullptr;
long long last_check_nearest_human_frameno = 0;
a8::Vec2 shot_dir;