final update
This commit is contained in:
14
Website/LOC.Website.Common/Models/IServerAdministrator.cs
Normal file
14
Website/LOC.Website.Common/Models/IServerAdministrator.cs
Normal file
@ -0,0 +1,14 @@
|
||||
namespace LOC.Website.Common.Models
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using Core.Model.GameServer;
|
||||
|
||||
public interface IServerAdministrator
|
||||
{
|
||||
void Started(Server server);
|
||||
void Stopped(Server server);
|
||||
void UpdateServerStatus(ServerHistory serverHistory);
|
||||
ServerUpdate GetServerUpdates(int serverId);
|
||||
List<string> GetFilteredWords();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user