7 lines
137 B
C#
7 lines
137 B
C#
namespace Crysome.Server.Configuration;
|
|
|
|
public static class ServerConfiguration
|
|
{
|
|
public static int Port { get; set; } = 7777;
|
|
}
|