public Subscribtion(SqlGameList gameList, PeerBase peer, int maxGameCount)
 {
     this.gameList = gameList;
     this.peer = peer;
     this.maxGameCount = maxGameCount;
 }
Beispiel #2
0
 public Subscribtion(SqlGameList gameList, PeerBase peer, int maxGameCount)
 {
     this.gameList     = gameList;
     this.peer         = peer;
     this.maxGameCount = maxGameCount;
 }