1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 22:56:30 +09:00

Added XML comment

This commit is contained in:
lidgren
2011-05-18 06:39:39 +00:00
parent 76d87dbcb4
commit c0a7281ecf

View File

@@ -41,6 +41,9 @@ namespace Lidgren.Network
/// </summary>
public Socket Socket { get { return m_socket; } }
/// <summary>
/// Call this to register a callback for when a new message arrives
/// </summary>
public void RegisterReceivedCallback(SendOrPostCallback callback)
{
if (m_receiveCallbacks == null)