You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-06 02:11:06 +09:00
XML comments added to remove all warnings; Documentation.chm updated
This commit is contained in:
@@ -57,6 +57,9 @@ namespace Lidgren.Network
|
||||
/// </summary>
|
||||
public int Capacity { get { return m_items.Length; } }
|
||||
|
||||
/// <summary>
|
||||
/// NetQueue constructor
|
||||
/// </summary>
|
||||
public NetQueue(int initialCapacity)
|
||||
{
|
||||
m_lock = new object();
|
||||
|
||||
Reference in New Issue
Block a user