Esempio n. 1
0
 void matchmakingViewCanceled(string status)
 {
     if (match == null)
     {
         match = GameObject.Find("MatchManager").GetComponent <MatchManager>();
     }
     match.CancelMatchFind();
 }