예제 #1
0
파일: ServerCenter.cs 프로젝트: ghrguse/ss
 public void UnRegist(CS_CMD_ID CmdType, EventHandleMsg Handle, EventHandleTimeOut CallBackTimeout = null)
 {
     _gameSvrProtoUtil.UnRegist(CmdType, Handle, CallBackTimeout);
 }