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