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

7 lines
92 B
C#

#if NET8_0
namespace RGB.NET.Core.Compatibility.Net8;
public sealed class Lock;
#endif