Esempio n. 1
1
 void OnEnable()
 {
     Instance = this;
 }
Esempio n. 2
0
 void OnDisable()
 {
     Instance = null;
 }