mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-05-03 13:58:54 +00:00
7 lines
108 B
C#
7 lines
108 B
C#
namespace Ryujinx.Core.Settings
|
|
{
|
|
public class SetSys
|
|
{
|
|
public ColorSet ThemeColor;
|
|
}
|
|
}
|