Beispiel #1
0
 protected void AddHandler(RecvOps operationCode, PacketHandler handler)
 {
     mProcessor.Add(operationCode, handler);
 }