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