コード例 #1
0
 protected virtual void OnReceivePacket(GamePacket packet)
 {
     m_handlers.HandlePacket(packet);
 }