Пример #1
0
 /// <summary>
 /// 静态构造函数
 /// </summary>
 static Caches()
 {
     AccountCache   = new AccountCache();
     UserModelCache = new UserModelCache();
     RoomCache      = new RoomCache();
     FightRoomCache = new FightRoomCache();
 }