SharedConstants.cs 278 B

123456789
  1. namespace Ryujinx.Common
  2. {
  3. public static class SharedConstants
  4. {
  5. public const string DefaultLanPlayHost = "ryuldn.vudjun.com";
  6. public const short LanPlayPort = 30456;
  7. public const string DefaultLanPlayWebHost = "ryuldnweb.vudjun.com";
  8. }
  9. }