Exemplo n.º 1
0
 void AddPlayerExp(int value)
 {
     playerInformation.AddExp(value);
     updateMainMenu();
 }