1
This commit is contained in:
parent
f0bb35c53c
commit
8843d2320a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user