Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     masterServerGUI = new MasterServerGUI();
     udpConnectionGUI = new UDPConnectionGUI();
     guiDelegate = new DrawGUI(this.MainMenu);
     internalGUIDelegate = new DrawGUI(this.MainMenu);
     guiDone = new GUIDone(this.OnGUIDone);
     currentGUI = null;
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     masterServerGUI     = new MasterServerGUI();
     udpConnectionGUI    = new UDPConnectionGUI();
     guiDelegate         = new DrawGUI(this.MainMenu);
     internalGUIDelegate = new DrawGUI(this.MainMenu);
     guiDone             = new GUIDone(this.OnGUIDone);
     currentGUI          = null;
 }