Exemple #1
0
 public void RewardGold()
 {
     if (gameSession == null)
     {
         return;
     }
     gameSession.AddToCurrentGold(goldPerKill);
 }