This commit is contained in:
PhoenixARC
2021-08-09 19:05:20 -04:00
parent 6b68cb9b97
commit 10f1c8daa0
320 changed files with 23614 additions and 2195 deletions
@@ -0,0 +1,9 @@
namespace stonevox
{
public static class NetConfig
{
public static string NETWORK_IDENTIFIER = "stonevox";
public static string NETWORK_LOCALHOST = "localhost";
public static int NETWORK_PORT = 8080;
}
}