Exemplo n.º 1
0
 public static Matchmaking GetInstance()
 {
     if (instance == null)
     {
         instance = new Matchmaking();
         r        = new Random();
     }
     return(instance);
 }
Exemplo n.º 2
0
 public LobbyBehavior()
 {
     matchmaking = Matchmaking.GetInstance();
 }