Beispiel #1
0
 public void AddCallback(string msgtype, MsgServerHandler callback)
 {
     MsgPool.addCallback(msgtype, callback);
 }