You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-17 07:36:32 +09:00
Lots of XML comments added; documentation rebuilt
This commit is contained in:
@@ -114,6 +114,9 @@ namespace Lidgren.Network
|
||||
return serverConnection.SendMessage(msg, method, sequenceChannel);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns a string that represents this object
|
||||
/// </summary>
|
||||
public override string ToString()
|
||||
{
|
||||
return "[NetClient " + ServerConnection + "]";
|
||||
|
||||
Reference in New Issue
Block a user