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