Inheritance: MonoBehaviour
Ejemplo n.º 1
0
 protected override void Awake()
 {
     //Nick = "";
     _This = this;
     //if (FindObjectOfType(typeof(ConnectGuiMasterServer)))
     //    this.enabled = false;
     //if(Debug.isDebugBuild)
     //    InitServer();
 }