mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 17:37:43 +02:00
7 lines
108 B
C#
7 lines
108 B
C#
namespace Ryujinx.Core.Settings
|
|
{
|
|
public class SetSys
|
|
{
|
|
public ColorSet ThemeColor;
|
|
}
|
|
}
|