Exemple #1
0
 protected override void Load()
 {
     ZaupShop.Instance = this;
     this.ShopDB       = new DatabaseMgr();
 }
Exemple #2
0
 protected override void OnLoad(bool isReload)
 {
     Database = new DatabaseMgr(Logger, this);
 }
 // Token: 0x06000030 RID: 48 RVA: 0x00003794 File Offset: 0x00001994
 protected override void Load()
 {
     Instance = this;
     ShopDB   = new DatabaseMgr();
 }