コード例 #1
0
 void AddPlayerExp(int value)
 {
     playerInformation.AddExp(value);
     updateMainMenu();
 }