示例#1
0
 public Enemy(Point pos, float speed, eDir dir, int hitPoints, Weapon weapon)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void setWeapon(Weapon weap)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public Player(int ID, Point pos, float speed, eDir dir, int hitPoints, Weapon weapon)
 {
     throw new NotImplementedException();
 }