1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-06 02:11:06 +09:00

FxCop issues fixed; dead code removed

This commit is contained in:
lidgren
2013-02-24 13:40:30 +00:00
parent 84f892c1f0
commit 14f20ace0e
9 changed files with 20 additions and 785 deletions

View File

@@ -97,6 +97,9 @@ namespace Lidgren.Network
return;
}
/// <summary>
/// Write 0-8 bits of data to buffer
/// </summary>
public static void WriteByte(byte source, int numberOfBits, byte[] destination, int destBitOffset)
{
if (numberOfBits == 0)