mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
9 lines
278 B
C#
9 lines
278 B
C#
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";
|
|
}
|
|
}
|