mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-09 16:56:27 +02:00
7 lines
115 B
C#
7 lines
115 B
C#
namespace Ryujinx.HLE.Settings
|
|
{
|
|
public class SystemSettings
|
|
{
|
|
public ColorSet ThemeColor;
|
|
}
|
|
}
|