예제 #1
0
 public bool IsRunOnFuel()//bool function check if car have fuel engine
 {
     return(!m_Vehicle.IsElectronic());
 }