mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-07 15:56:27 +02:00
7 lines
108 B
C#
7 lines
108 B
C#
namespace Ryujinx.Core.Settings
|
|
{
|
|
public class SetSys
|
|
{
|
|
public ColorSet ThemeColor;
|
|
}
|
|
}
|