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