Ejemplo n.º 1
0
 public Weapon(Vehicle owner)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 private static void _SpawnVehicle(Vehicle tank)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public Projectile(Point pos, float speed, eDir dir, Vehicle owner)
 {
     throw new NotImplementedException();
 }