Esempio n. 1
0
 public virtual bool CanInteract(GameObject player, PickUp item)
 {
     return(true);
 }
Esempio n. 2
0
 public virtual void CancelInteraction(GameObject player, PickUp item)
 {
 }
Esempio n. 3
0
 public virtual void Interact(GameObject player, PickUp item)
 {
 }