Example #1
0
 static Caches()
 {
     Account    = new AccountCache();
     User       = new UserCache();
     MatchCache = new MatchCache();
     FightCache = new FightCache();
 }
Example #2
0
 static Caches()
 {
     account = new AccountCache();
     user    = new UserCache();
     match   = new MatchCache();
     fight   = new FightCache();
 }
Example #3
0
 static Caches()
 {
     Account = new AccountCache();
     //Account.Create("1", "12345");
     //Account.Create("2", "12345");
     //Account.Create("3", "12345");
     //Account.Create("4", "12345");
     //Account.Create("5", "12345");
     User   = new UserCache();
     Match  = new MatchCache();
     Fight  = new FightCache();
     Single = new _21SingleCache();
     Multi  = new _21MutiFightCache();
 }
Example #4
0
 static Caches()
 {
     Account = new AccountCache();
 }