Esempio n. 1
0
 void Start()
 {
     instance = this;
 }
Esempio n. 2
0
        /*
         *  HOST MATCH
         */

        public void HostGame(bool publicMatch)
        {
            string matchID = MatchMaker.GetRandomMatchID();

            CmdHostGame(matchID, publicMatch);
        }