This commit is contained in:
Cyberboss
2018-08-10 10:18:32 -04:00
parent cb8cfd97f6
commit b055f32e07
@@ -15,7 +15,9 @@ namespace Tgstation.Server.Host.Core.Tests
{
public Task<bool> ApplyUpdate(byte[] updateZipData, IIOManager ioManager, CancellationToken cancellationToken) => throw new NotImplementedException();
public void RegisterForRestart(Action action) => throw new NotImplementedException();
public void RegisterForRestart(Action action)
{
}
public bool Restart() => throw new NotImplementedException();