Esempio n. 1
0
 public void EnsureJoinedMatchExists(Database.Mediator.Match.MatchInfo matchInfo)
 {
     ensureMatchExistsCoroutine = StartCoroutine(EnsureJoinedMatchExistsRoutine(matchInfo));
 }
Esempio n. 2
0
 public void Join(Database.Mediator.Match.MatchInfo matchInfo)
 {
     networkManager.Join(matchInfo);
 }