You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 15:16:33 +09:00
NetChannelsPerDeliveryMethod made public
This commit is contained in:
@@ -22,9 +22,9 @@ namespace Lidgren.Network
|
||||
{
|
||||
internal static class NetConstants
|
||||
{
|
||||
internal const int NetChannelsPerDeliveryMethod = 32;
|
||||
public const int NetChannelsPerDeliveryMethod = 32;
|
||||
|
||||
internal const int NumSequenceNumbers = ushort.MaxValue + 1; // 0 is a valid sequence number
|
||||
public const int NumSequenceNumbers = ushort.MaxValue + 1; // 0 is a valid sequence number
|
||||
|
||||
/// <summary>
|
||||
/// Number of channels which needs a sequence number to work
|
||||
|
||||
Reference in New Issue
Block a user