From 922488358af01998a7691cbcfdeb1d8e1e635a3a Mon Sep 17 00:00:00 2001 From: Robert Date: Thu, 1 Apr 2021 23:28:42 +0200 Subject: [PATCH] Layouts - Removed public interface property --- RGB.NET.Layout/IDeviceLayout.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGB.NET.Layout/IDeviceLayout.cs b/RGB.NET.Layout/IDeviceLayout.cs index 45c988d..2879200 100644 --- a/RGB.NET.Layout/IDeviceLayout.cs +++ b/RGB.NET.Layout/IDeviceLayout.cs @@ -18,7 +18,7 @@ namespace RGB.NET.Layout /// /// Gets or sets the author of the . /// - public string? Author { get; } + string? Author { get; } /// /// Gets or sets the of the .