Exemplo n.º 1
0
 public void RemoveCurrentInteractive()
 {
     OnUnequip.Invoke();
     ActiveHand.FlushInteractable();
     ActiveHand = null;
     isActive   = false;
 }
Exemplo n.º 2
0
 void Start()
 {
     handController = gameObject.GetComponentInParent<Hand_Controller>();
 }
Exemplo n.º 3
0
 void Start()
 {
     handController = gameObject.GetComponentInParent <Hand_Controller>();
 }
Exemplo n.º 4
0
 private void Awake()
 {
     ThisHand = GetComponent <Hand_Controller>();
 }