Exemplo n.º 1
0
 public marketProxy(MarketDB db, CharacterDB characterDB, ItemDB itemDB, SolarSystemDB solarSystemDB, ItemFactory itemFactory, CacheStorage cacheStorage, NodeContainer nodeContainer, ClientManager clientManager, NotificationManager notificationManager, WalletManager walletManager)
 {
     this.DB                  = db;
     this.CharacterDB         = characterDB;
     this.ItemDB              = itemDB;
     this.SolarSystemDB       = solarSystemDB;
     this.CacheStorage        = cacheStorage;
     this.ItemFactory         = itemFactory;
     this.NodeContainer       = nodeContainer;
     this.ClientManager       = clientManager;
     this.NotificationManager = notificationManager;
     this.WalletManager       = walletManager;
 }
Exemplo n.º 2
0
 public SystemManager(SolarSystemDB db)
 {
     this.DB = db;
 }