mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-04-23 00:52:05 +00:00
7 lines
108 B
C#
7 lines
108 B
C#
namespace Ryujinx.Core.Settings
|
|
{
|
|
public class SetSys
|
|
{
|
|
public ColorSet ThemeColor;
|
|
}
|
|
}
|