void Start() { instance = this; }
// ! HOSTED MATCH #region HOSTED MATCH public void HostGame(bool publicMatch) { string matchID = MatchMaker.GetRandomMatchID(); CmdHostGame(matchID, publicMatch); }