mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-16 20:00:54 -05:00
10 lines
278 B
C#
10 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";
|
|
}
|
|
}
|