コード例 #1
0
 public void AddDynamicData(VehicleEntity vehicle, Vector3 position, Quaternion rotation)
 {
     if (!vehicle.hasShipDynamicData)
     {
         vehicle.AddShipDynamicData(SharedConfig.ServerAuthorative, position.ShiftedToFixedVector3(), rotation);
     }
 }