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