Exemplo n.º 1
0
 public Backpack()
 {
     townRunCache = new TownRunCache();
     BPItems = new List<BackpackItem>();
     CacheItemList = new Dictionary<int, CacheACDItem>();
 }
Exemplo n.º 2
0
 public Backpack()
 {
     oocItemCache=new OOCItemCache();
                 townRunCache=new TownRunCache();
                 BPItems=new List<CacheBPItem>();
                 CacheItemList=new Dictionary<int, CacheACDItem>();
 }