Exemplo n.º 1
0
 private void Start()
 {
     // Set INV to our inventory.
     ID_UTIL  = GameManager.Instance.ID_UTILITY;
     ENT_UTIL = GameManager.Instance.ENTITY_UTILITY;
     INFO     = GetComponent <EntityController>().INFO;
     INV      = GetComponent <Inventory>();
 }