示例#1
0
 protected Vehicle(Point pos, float speed, eDir dir, int hitPoints, Projectile weapon)
 {
     throw new NotImplementedException();
 }
示例#2
0
 /// <summary>
 /// Metoda dodaj�ca pocisk do listy _Projectiles
 /// </summary>
 /// <param name="proj"></param>
 public void addProjectile(Projectile proj)
 {
     throw new NotImplementedException();
 }