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