Exemplo n.º 1
0
 public void SetCurrPower(float i_PowerToAdd)
 {
     m_Engine.SetCurrPower(i_PowerToAdd);
     updatePowerPercentage();
 }