Exemple #1
0
 public static Matchmaking GetInstance()
 {
     if (instance == null)
     {
         instance = new Matchmaking();
         r        = new Random();
     }
     return(instance);
 }
 public LobbyBehavior()
 {
     matchmaking = Matchmaking.GetInstance();
 }