Recreated plugin with new project template. Started implementing server system daemon
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace MoonlightServers.Daemon.ServerSystem.Abstractions;
|
||||
|
||||
public interface IInstallStatistics
|
||||
{
|
||||
public event Func<ServerStatistics, Task>? OnStatisticsReceived;
|
||||
|
||||
public Task AttachAsync();
|
||||
|
||||
public Task ClearCacheAsync();
|
||||
public Task<ServerStatistics[]> GetCacheAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user