diff --git a/Lidgren.Network/NetConstants.cs b/Lidgren.Network/NetConstants.cs index 9c757bd..7b37ff2 100644 --- a/Lidgren.Network/NetConstants.cs +++ b/Lidgren.Network/NetConstants.cs @@ -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 /// /// Number of channels which needs a sequence number to work