namespace Ryujinx.Common { public static class SharedConstants { public const string DefaultLanPlayHost = "ryuldn.vudjun.com"; public const short LanPlayPort = 30456; public const string DefaultLanPlayWebHost = "ryuldnweb.vudjun.com"; } }