Ejemplo n.º 1
0
 private void RespawnCars()
 {
     foreach (iVehicleManager RVM in ReplayerVehicleManagers)
     {
         RVM.DestroyVehicle();
         RVM.CreateVehicle("Vehicle" + RVM.VId, CarManagerType.Replayer, RVM.Vehicle, RVM.Color);
         //RigidBody is frozen when created
     }
 }