Files

7 lines
137 B
C#
Raw Permalink Normal View History

2026-08-27 11:22:54 -06:00
namespace Crysome.Server.Configuration;
public static class ServerConfiguration
{
public static int Port { get; set; } = 7777;
}