示例#1
0
 void Start()
 {
     instance = this;
 }
示例#2
0
        // ! HOSTED MATCH
        #region HOSTED MATCH

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

            CmdHostGame(matchID, publicMatch);
        }