Esempio n. 1
0
 void Awake()
 {
     selectedConsumable = 0;
     selectedAlly       = 0;
     playerConsumable   = new PlayerConsumable();
     allyInventory      = new AllyInventory();
 }
Esempio n. 2
0
 public void SetConsumableInventory(PlayerConsumable consumable)
 {
     Debug.Log(player.name);
     this.playerConsumable = consumable;
     RefreshConsumableInventory();
 }