public Enemy(Point pos, float speed, eDir dir, int hitPoints, Weapon weapon) { throw new NotImplementedException(); }
public void setWeapon(Weapon weap) { throw new NotImplementedException(); }
public Player(int ID, Point pos, float speed, eDir dir, int hitPoints, Weapon weapon) { throw new NotImplementedException(); }