Ejemplo n.º 1
0
 void Awake()
 {
     //Debug.Log ("[ST Tracker] Awake");
     transponders = new Dictionary <uint, TransponderInfo> ();
     GameEvents.onHideUI.Add(onHideUI);
     GameEvents.onShowUI.Add(onShowUI);
     instance = this;
 }
Ejemplo n.º 2
0
 void OnDestroy()
 {
     GameEvents.onHideUI.Remove(onHideUI);
     GameEvents.onShowUI.Remove(onShowUI);
     instance = null;
 }
Ejemplo n.º 3
0
 void OnDestroy()
 {
     instance = null;
 }
Ejemplo n.º 4
0
 void Awake()
 {
     //Debug.Log ("[ST Tracker] Awake");
     transponders = new Dictionary<uint, TransponderInfo> ();
     instance = this;
 }