Ejemplo n.º 1
0
 private PlayerStore()
 {
     this.helpf        = Helpfunktions.Instance;
     sellOfferFilter   = new AuctionFilter();
     createCardsFilter = new AuctionFilter();
     this.prcs         = Prices.Instance;
     this.sttngs       = Settings.Instance;
 }
Ejemplo n.º 2
0
 private PlayerStore()
 {
     this.helpf = Helpfunktions.Instance; 
     sellOfferFilter = new AuctionFilter();
     createCardsFilter = new AuctionFilter();
     this.prcs = Prices.Instance;
     this.sttngs = Settings.Instance;
 }
Ejemplo n.º 3
0
        private Generator()
        {
            helpf         = Helpfunktions.Instance;
            prcs          = Prices.Instance;
            this.mssgprsr = Messageparser.Instance;

            sellOwnCardsFilter = new AuctionFilter();
            buyOwnCardsFilter  = new AuctionFilter();
        }
Ejemplo n.º 4
0
        private Generator()
        {
            helpf = Helpfunktions.Instance;
            prcs = Prices.Instance;
            this.mssgprsr = Messageparser.Instance;

            sellOwnCardsFilter = new AuctionFilter();
            buyOwnCardsFilter = new AuctionFilter();
        }
Ejemplo n.º 5
0
 private AuctionHouse()
 {
     this.helpf      = Helpfunktions.Instance;
     buyOfferFilter  = new AuctionFilter();
     sellOfferFilter = new AuctionFilter();
 }
Ejemplo n.º 6
0
 private AuctionHouse()
 {
     this.helpf = Helpfunktions.Instance; 
     buyOfferFilter = new AuctionFilter();
     sellOfferFilter = new AuctionFilter();
 }