Files
PCK-Studio/MinecraftUSkinEditor/Classes/StoneVOX/networking/NetConfig.cs
PhoenixARC 10f1c8daa0 update
2021-08-09 19:05:20 -04:00

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;
}
}