mirror of
https://github.com/DarthAffe/RGBSyncPlus
synced 2025-12-13 09:28:31 +00:00
13 lines
220 B
C#
13 lines
220 B
C#
namespace RGBSyncPlus.Configuration.Legacy
|
|
{
|
|
public static class ConfigurationUpdates
|
|
{
|
|
#region Methods
|
|
|
|
public static void PerformOn(Settings settings)
|
|
{ }
|
|
|
|
#endregion
|
|
}
|
|
}
|