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

        public void HostGame(bool publicMatch)
        {
            string matchId = MatchMaker.GetRandomMatchId();

            CmdHostGame(matchId, publicMatch);
        }