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

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

            CmdHostGame(matchId, publicMatch);
        }