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