Exemplo n.º 1
0
 static Caches()
 {
     Account = new AccountCache();
     Player  = new PlayerCache();
     Match   = new MatchCache();
     Select  = new SelectCache();
     Battle  = new BattleCache();
 }
Exemplo n.º 2
0
 static Caches()
 {
     Account = new AccountCache();
     Player  = new PlayerCache();
     Match   = new MatchCache();
     Select  = new SelectCache();
     Fight   = new FightCache();
 }