You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-17 07:36:32 +09:00
XML comments added to remove all warnings; Documentation.chm updated
This commit is contained in:
@@ -49,6 +49,9 @@ namespace UnitTests
|
||||
Console.ReadKey();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Helper method
|
||||
/// </summary>
|
||||
public static NetIncomingMessage CreateIncomingMessage(byte[] fromData, int bitLength)
|
||||
{
|
||||
NetIncomingMessage inc = (NetIncomingMessage)Activator.CreateInstance(typeof(NetIncomingMessage), true);
|
||||
|
||||
Reference in New Issue
Block a user