You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-18 16:16:35 +09:00
Added XML comment
This commit is contained in:
@@ -41,6 +41,9 @@ namespace Lidgren.Network
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public Socket Socket { get { return m_socket; } }
|
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)
|
public void RegisterReceivedCallback(SendOrPostCallback callback)
|
||||||
{
|
{
|
||||||
if (m_receiveCallbacks == null)
|
if (m_receiveCallbacks == null)
|
||||||
|
|||||||
Reference in New Issue
Block a user