Пример #1
0
 public void RegisterMessage(int msgID, MessageHandler handler)
 {
     _msgMgr.RegisterHandler(msgID, handler);
 }