示例#1
0
 /// <summary>
 /// Blow up this vehicle
 /// </summary>
 public bool Blow()
 {
     return(MtaClient.BlowVehicle(element));
 }