Exemple #1
0
 void Start()
 {
     GUImgr.Start();
     if (this.GetComponent <PartyMenuPopup> () != null)
     {
         Debug.Log("partymenu != null");
         partyMenuPopup = gameObject.GetComponent <PartyMenuPopup>();
     }
     else
     {
         Debug.Log("partymenu else");
         partyMenuPopup = gameObject.AddComponent <PartyMenuPopup> ();
     }
 }
Exemple #2
0
 void Start()
 {
     GUImgr.Start();
 }
Exemple #3
0
 void Start()
 {
     GUImgr.Start();
     partyMenu = gameObject.AddComponent <PartyMenu> ();
 }