1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Moved LedGroupExtension to Core

This commit is contained in:
Darth Affe 2021-02-24 13:05:06 +01:00
parent 6d7b7ad2e2
commit 8ddf0bc734

View File

@ -1,9 +1,7 @@
// ReSharper disable MemberCanBePrivate.Global
// ReSharper disable UnusedMember.Global
using RGB.NET.Core;
namespace RGB.NET.Presets.Groups
namespace RGB.NET.Core
{
/// <summary>
/// Offers some extensions and helper-methods for <see cref="ILedGroup"/> related things.