Server internal
This commit is contained in:
parent
129a4faea1
commit
2e2e007814
@ -9,7 +9,7 @@ using Lidgren.Network;
|
|||||||
|
|
||||||
namespace CoopServer
|
namespace CoopServer
|
||||||
{
|
{
|
||||||
class Server
|
internal class Server
|
||||||
{
|
{
|
||||||
private static readonly string CompatibleVersion = "V0_8_0_1";
|
private static readonly string CompatibleVersion = "V0_8_0_1";
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ using Lidgren.Network;
|
|||||||
|
|
||||||
namespace CoopServer
|
namespace CoopServer
|
||||||
{
|
{
|
||||||
class Util
|
internal class Util
|
||||||
{
|
{
|
||||||
public static List<NativeArgument> ParseNativeArguments(params object[] args)
|
public static List<NativeArgument> ParseNativeArguments(params object[] args)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user