Files
crysome/Crysome.Server/Crysome.Server.Configuration/ServerConfiguration.cs
T

7 lines
137 B
C#
Raw 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;
}