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