Esempio n. 1
0
 // Use this for initialization
 void Awake()
 {
     s_Instance = this;
 }
Esempio n. 2
0
 void OnDestroy()
 {
     s_Instance = null;
 }
Esempio n. 3
0
 override public void OnEnter()
 {
     base.OnEnter();
     creationUI_ = UI.GetComponent <CreationUI> ();
 }