コード例 #1
0
 private PlayerStore()
 {
     this.helpf        = Helpfunktions.Instance;
     sellOfferFilter   = new AuctionFilter();
     createCardsFilter = new AuctionFilter();
     this.prcs         = Prices.Instance;
     this.sttngs       = Settings.Instance;
 }
コード例 #2
0
ファイル: PlayerStore.cs プロジェクト: noHero123/auction.mod
 private PlayerStore()
 {
     this.helpf = Helpfunktions.Instance; 
     sellOfferFilter = new AuctionFilter();
     createCardsFilter = new AuctionFilter();
     this.prcs = Prices.Instance;
     this.sttngs = Settings.Instance;
 }
コード例 #3
0
ファイル: Generator.cs プロジェクト: noHero123/auction.mod
        private Generator()
        {
            helpf         = Helpfunktions.Instance;
            prcs          = Prices.Instance;
            this.mssgprsr = Messageparser.Instance;

            sellOwnCardsFilter = new AuctionFilter();
            buyOwnCardsFilter  = new AuctionFilter();
        }
コード例 #4
0
ファイル: Generator.cs プロジェクト: noHero123/auction.mod
        private Generator()
        {
            helpf = Helpfunktions.Instance;
            prcs = Prices.Instance;
            this.mssgprsr = Messageparser.Instance;

            sellOwnCardsFilter = new AuctionFilter();
            buyOwnCardsFilter = new AuctionFilter();
        }
コード例 #5
0
ファイル: AuctionHouse.cs プロジェクト: noHero123/auction.mod
 private AuctionHouse()
 {
     this.helpf      = Helpfunktions.Instance;
     buyOfferFilter  = new AuctionFilter();
     sellOfferFilter = new AuctionFilter();
 }
コード例 #6
0
ファイル: AuctionHouse.cs プロジェクト: noHero123/auction.mod
 private AuctionHouse()
 {
     this.helpf = Helpfunktions.Instance; 
     buyOfferFilter = new AuctionFilter();
     sellOfferFilter = new AuctionFilter();
 }