private PlayerStore() { this.helpf = Helpfunktions.Instance; sellOfferFilter = new AuctionFilter(); createCardsFilter = new AuctionFilter(); this.prcs = Prices.Instance; this.sttngs = Settings.Instance; }
private Generator() { helpf = Helpfunktions.Instance; prcs = Prices.Instance; this.mssgprsr = Messageparser.Instance; sellOwnCardsFilter = new AuctionFilter(); buyOwnCardsFilter = new AuctionFilter(); }
private AuctionHouse() { this.helpf = Helpfunktions.Instance; buyOfferFilter = new AuctionFilter(); sellOfferFilter = new AuctionFilter(); }