mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-19 13:36:53 +02:00
8 lines
134 B
C#
8 lines
134 B
C#
namespace Ryujinx.Common.Configuration.Multiplayer
|
|
{
|
|
public enum MultiplayerMode
|
|
{
|
|
Disabled,
|
|
LdnMitm,
|
|
}
|
|
}
|