mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 17:36:44 +00:00
8 lines
108 B
C#
8 lines
108 B
C#
namespace Ryujinx.Core.Settings
|
|
{
|
|
public class SetSys
|
|
{
|
|
public ColorSet ThemeColor;
|
|
}
|
|
}
|