Ejemplo n.º 1
0
 private void OnDestroy()
 {
     InteractionMenager.RemoveInteraction(this);
 }
Ejemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     listOfInteractive = new List <InteractiveI>();
     instance          = this;
 }
Ejemplo n.º 3
0
 void Start()
 {
     InteractionMenager.AddInteraction(this);
 }