initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Crysome.Server.Configuration;
|
||||
|
||||
public static class ServerConfiguration
|
||||
{
|
||||
public static int Port { get; set; } = 7777;
|
||||
}
|
||||
Reference in New Issue
Block a user