예제 #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();
 }