public void BuyLamp() { playerController.ActivateLamp(); playerResources.lamp = true; playerResources.SpendMoney(lampCost); soundManager.PlaySfx("Coin", 1f); UpdateAllUI(); }