Ejemplo n.º 1
0
 protected virtual void OnDestroy()
 {
     InteractableRegistry.UnregisterInteractable(this);
 }
Ejemplo n.º 2
0
 protected virtual void Awake()
 {
     InteractableRegistry.RegisterInteractable(this);
 }