You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-18 08:06:33 +09:00
Lots of xml comments added. Documentation updated.
Removed extension methods to be able to compile for .net framework 2.0
This commit is contained in:
@@ -78,8 +78,6 @@ namespace Lidgren.Network
|
||||
cur |= firstBit << lastIndex;
|
||||
|
||||
m_data[lenMinusOne] = cur;
|
||||
|
||||
throw new NetException("TODO: update m_numBitsSet");
|
||||
}
|
||||
|
||||
public int GetFirstSetIndex()
|
||||
@@ -149,6 +147,7 @@ namespace Lidgren.Network
|
||||
{
|
||||
Array.Clear(m_data, 0, m_data.Length);
|
||||
m_numBitsSet = 0;
|
||||
NetException.Assert(this.IsEmpty());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user