Exemplo n.º 1
0
 public abstract void OnUnselected(InventorySystem inventorySystem);
Exemplo n.º 2
0
 public override void OnSelected(InventorySystem inventorySystem)
 {
     inventorySystem.player.textInfomation.text = text;
 }
Exemplo n.º 3
0
 public override void OnUnselected(InventorySystem inventorySystem)
 {
     //throw new System.NotImplementedException();
 }
Exemplo n.º 4
0
 public override void OnUnselected(InventorySystem inventorySystem)
 {
     inventorySystem.player.textInfomation.text = null;
 }
Exemplo n.º 5
0
 public override void OnSelected(InventorySystem inventorySystem)
 {
 }