static Caches() { Account = new AccountCache(); User = new UserCache(); Match = new MatchCache(); Fight = new FightCache(); }
/// <summary> /// 静态构造函数 /// </summary> static Caches() { AccountCache = new AccountCache(); UserModelCache = new UserModelCache(); RoomCache = new RoomCache(); FightRoomCache = new FightRoomCache(); }