mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-05 02:07:06 +00:00
9 lines
242 B
C#
9 lines
242 B
C#
namespace stonevox
|
|
{
|
|
public static class NetConfig
|
|
{
|
|
public static string NETWORK_IDENTIFIER = "stonevox";
|
|
public static string NETWORK_LOCALHOST = "localhost";
|
|
public static int NETWORK_PORT = 8080;
|
|
}
|
|
} |