You've already forked lidgren-network-gen3
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:
@@ -20,7 +20,7 @@ using System;
|
||||
|
||||
namespace Lidgren.Network
|
||||
{
|
||||
internal static class NetConstants
|
||||
public static class NetConstants
|
||||
{
|
||||
public const int NetChannelsPerDeliveryMethod = 32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user