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";
|
|
}
|
|
}
|