Example #1
0
 void OnUnRegister()
 {
     Instance = null;
 }
Example #2
0
 void OnRegister()
 {
     Instance = this;
 }