Exemple #1
0
 // function for use with buttons in HUD to increase/decrease tank powerValue
 public void OnClickAdjustPower(int power)
 {
     activeTank.DialAdjustPower(power);
 }