static Caches() { Account = new AccountCache(); User = new UserCache(); MatchCache = new MatchCache(); FightCache = new FightCache(); }
static Caches() { account = new AccountCache(); user = new UserCache(); match = new MatchCache(); fight = new FightCache(); }
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(); }
static Caches() { Account = new AccountCache(); }