namespace Ryujinx.Common { public static class SharedConstants { public const string DefaultLanPlayHost = "ldn.ryujinx.app"; public const short LanPlayPort = 30456; public const string DefaultLanPlayWebHost = DefaultLanPlayHost; } }