Ejemplo n.º 1
0
 public void ChangeKeyCount(int change)
 {
     Keys += change;
     UpdateConsumable?.Invoke();
 }
Ejemplo n.º 2
0
 private void Start()
 {
     UpdateEquipment?.Invoke();
     UpdateConsumable?.Invoke();
     UpdateQuestItems?.Invoke();
 }
Ejemplo n.º 3
0
 public void ChangeArrowCount(int change)
 {
     Arrows += change;
     UpdateConsumable?.Invoke();
 }