Exemplo n.º 1
0
 public void AddDynamicData(VehicleEntity vehicle, Vector3 position, Quaternion rotation)
 {
     if (!vehicle.hasCarRewindData)
     {
         vehicle.AddCarRewindData(false, SharedConfig.ServerAuthorative, position.ShiftedToFixedVector3(), rotation);
     }
 }