mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-08-10 15:57:21 +00:00
9 lines
150 B
C#
9 lines
150 B
C#
namespace Ryujinx.Common.Configuration.Multiplayer
|
|
{
|
|
public enum MultiplayerMode
|
|
{
|
|
Disabled,
|
|
LdnRyu,
|
|
LdnMitm,
|
|
}
|
|
}
|