コード例 #1
0
 /// <summary>
 /// Removes the ped and vehicle from the world.
 /// </summary>
 public void DisposePedAndVehicle()
 {
     Ped?.Dispose();
     Vehicle?.Dispose();
 }