You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 22:56:30 +09:00
Lots of XML comments added; documentation rebuilt
This commit is contained in:
@@ -151,6 +151,9 @@ namespace Lidgren.Network
|
||||
m_numBitsSet = 0;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns a string that represents this object
|
||||
/// </summary>
|
||||
public override string ToString()
|
||||
{
|
||||
StringBuilder bdr = new StringBuilder(m_capacity + 2);
|
||||
|
||||
Reference in New Issue
Block a user