From cf74d35cd8af17854ebb07ec6635f31a832ac930 Mon Sep 17 00:00:00 2001 From: lidgren Date: Wed, 14 Jul 2010 14:06:39 +0000 Subject: [PATCH] NetConstants class made public --- Lidgren.Network/NetConstants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lidgren.Network/NetConstants.cs b/Lidgren.Network/NetConstants.cs index 7b37ff2..1b317bf 100644 --- a/Lidgren.Network/NetConstants.cs +++ b/Lidgren.Network/NetConstants.cs @@ -20,7 +20,7 @@ using System; namespace Lidgren.Network { - internal static class NetConstants + public static class NetConstants { public const int NetChannelsPerDeliveryMethod = 32;