updateValue() public method

public updateValue ( int amountIncrease, int playerIndex ) : void
amountIncrease int
playerIndex int
return void
Exemplo n.º 1
0
 public void Cmd_increaseScore(int amount)
 {
     scoreSystem.updateValue(amount, playerNumber);
     //	scoreSystem.updateScore(playerNumber, amount);
 }