This commit is contained in:
aozhiwei 2019-07-15 09:45:22 +08:00
parent fa73330d4d
commit c96b587833

View File

@ -21,7 +21,6 @@ class Bullet : public Entity
a8::Vec2 born_pos; a8::Vec2 born_pos;
a8::Vec2 born_dir; a8::Vec2 born_dir;
float fly_distance = 0.0f; float fly_distance = 0.0f;
MovementComponent* movement = nullptr;
Bullet(); Bullet();
virtual ~Bullet() override; virtual ~Bullet() override;