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