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

Layouts - Removed public interface property

This commit is contained in:
Robert 2021-04-01 23:28:42 +02:00
parent 6545c25c2d
commit 922488358a

View File

@ -18,7 +18,7 @@ namespace RGB.NET.Layout
/// <summary>
/// Gets or sets the author of the <see cref="IDeviceLayout"/>.
/// </summary>
public string? Author { get; }
string? Author { get; }
/// <summary>
/// Gets or sets the <see cref="RGBDeviceType"/> of the <see cref="IDeviceLayout"/>.