From 0a65259e865d2bcd083893ee75e4ddd5205a7362 Mon Sep 17 00:00:00 2001 From: lidgren Date: Tue, 13 Jul 2010 13:25:24 +0000 Subject: [PATCH] NetChannelsPerDeliveryMethod made public --- Lidgren.Network/NetConstants.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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