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