mirror of
https://github.com/snltty/linker.git
synced 2025-11-01 13:04:00 +08:00
优化内存分享,修复一些问题,新增答题投票功能
This commit is contained in:
15
cmonitor/client/reports/light/LightMacOS.cs
Normal file
15
cmonitor/client/reports/light/LightMacOS.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace cmonitor.client.reports.light
|
||||
{
|
||||
public sealed class LightMacOS : ILight
|
||||
{
|
||||
public int Get()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
public void Set(int value)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user