mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
10 lines
202 B
C#
10 lines
202 B
C#
namespace RGB.NET.Devices.SteelSeries;
|
|
|
|
internal sealed class APIName(string name) : System.Attribute
|
|
{
|
|
#region Properties & Fields
|
|
|
|
public string Name { get; set; } = name;
|
|
|
|
#endregion
|
|
} |