Exemplo n.º 1
0
 public void OnEnable()
 {
     target         = GetComponent <InventoryUI>();
     OriginalTarget = target;
 }
Exemplo n.º 2
0
 public InventoryUI SetTarget(InventoryUI _target) => target = _target;
Exemplo n.º 3
0
 public void Start()
 {
     target         = GetComponent <InventoryUI>();
     OriginalTarget = target;
 }
 public void SetInventoryUI(InventoryUI _invUI) => invUI = _invUI;