Example #1
1
 void OnEnable()
 {
     Instance = this;
 }
Example #2
0
 void OnDisable()
 {
     Instance = null;
 }