Proud.CNetClient와 달리 Proud.CLanClient 는 event callback과 RMI callback은 thread pool의 thread에서 발생합니다. 그리고 이 thread pool은 Proud.CLanClient 에서 준비해줍니다.
따라서 Proud.CNetClient.FrameMove에 대응하는 함수는 없습니다.
Proud.CLanConnectionParam.m_netWorkerThreadCount 에서 클라이언트에서 가지고 있을 thread pool의 thread 갯수를 지정할 수 있습니다.