This commit is contained in:
aozhiwei 2019-04-28 15:14:24 +08:00
parent f0bb35c53c
commit 8843d2320a

View File

@ -4,6 +4,19 @@
class Hero : public Entity
{
public:
Vector2D move_dir;
Vector2D attack_dir;
int master_uniid = 0;
int skin = 0;
int backpack = 0;
int helmet = 0;
int chest = 0;
Weapon weapon;
private:
CircleCollider* self_collider_ = nullptr;