示例#1
0
 /// <summary>
 /// init proto deserialize use
 /// </summary>
 private GameSession()
 {
     _monitorLock = new LockCachePool();
     Refresh();
 }