コード例 #1
0
ファイル: MatchMaker.cs プロジェクト: camiloanrav/mirrortest
 void Start()
 {
     instance = this;
 }
コード例 #2
0
        /*
         *  HOST MATCH
         */

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

            CmdHostGame(matchID, publicMatch);
        }