コード例 #1
0
ファイル: MatchMaker.cs プロジェクト: rizqyn9/peplayonMirror
 void Start()
 {
     instance = this;
 }
コード例 #2
0
        // ! HOSTED MATCH
        #region HOSTED MATCH

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

            CmdHostGame(matchID, publicMatch);
        }