private AuctionHouseUI() { this.helpf = Helpfunktions.Instance; this.recto = Rectomat.Instance; this.prcs = Prices.Instance; this.crdvwr = Cardviewer.Instance; this.srchsvr = Searchsettings.Instance; this.sttngs = Settings.Instance; this.ah = AuctionHouse.Instance; this.ps = PlayerStore.Instance; this.gglthngs = GetGoogleThings.Instance; }
private TradingWithBots() { this.helpf = Helpfunktions.Instance; this.sttngs = Settings.Instance; this.pppmngr = PopupManager.Instance; this.ps = PlayerStore.Instance; try { App.Communicator.addListener(this); } catch { Console.WriteLine("cant add listener"); } }
private GetGoogleThings() { this.pstore = PlayerStore.Instance; }
private GetGoogleThings() { this.pstore = PlayerStore.Instance; this.twb = TradingWithBots.Instance; }