From c0a7281ecfd246ebf48dcb94ffad3878533d8689 Mon Sep 17 00:00:00 2001 From: lidgren Date: Wed, 18 May 2011 06:39:39 +0000 Subject: [PATCH] Added XML comment --- Lidgren.Network/NetPeer.Internal.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Lidgren.Network/NetPeer.Internal.cs b/Lidgren.Network/NetPeer.Internal.cs index 7c620b4..9630120 100644 --- a/Lidgren.Network/NetPeer.Internal.cs +++ b/Lidgren.Network/NetPeer.Internal.cs @@ -41,6 +41,9 @@ namespace Lidgren.Network /// public Socket Socket { get { return m_socket; } } + /// + /// Call this to register a callback for when a new message arrives + /// public void RegisterReceivedCallback(SendOrPostCallback callback) { if (m_receiveCallbacks == null)