1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 22:56:30 +09:00

NetConstants class made public

This commit is contained in:
lidgren
2010-07-14 14:06:39 +00:00
parent f66e0b0bc1
commit cf74d35cd8

View File

@@ -20,7 +20,7 @@ using System;
namespace Lidgren.Network
{
internal static class NetConstants
public static class NetConstants
{
public const int NetChannelsPerDeliveryMethod = 32;