Example #1
0
 private void BuyShield()
 {
     playerVal.SetBoolValues("Shield", true);
     playerVal.UpdateSkillPointsValue(10);
     shieldBuyInstantiated = false;
     shieldBuyButtonsSet   = false;
     InstantiateSkillsPrefabs();
 }