Beispiel #1
0
 /// <summary>
 /// 初始化
 /// </summary>
 public void Init()
 {
     m_TimerPool.InitPool(typeof(CTimer), 16, 512, null);
 }
Beispiel #2
0
 /// <summary>
 /// 初始化资源
 /// </summary>
 public void Init()
 {
     m_EventInfoPool.InitPool(typeof(CEventInfo), 16, 128, null);
 }