public Subscribtion(GameListBase gameList, int maxGameCount) { this.gameList = gameList; this.maxGameCount = maxGameCount; }
public Subscribtion(GameListBase gameList, int maxGameCount, MasterClientPeer peer) : base(peer, maxGameCount) { this.gameList = gameList; }