Beispiel #1
0
 private void OnDisable()
 {
     Minimap.Remove(this);
 }
Beispiel #2
0
 private void OnDisable()
 {
     s_Instance = null;
 }
Beispiel #3
0
 private void OnEnable()
 {
     Minimap.Add(this);
 }