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
FxCop issues fixed; dead code removed
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user