Pull LoadMap out of the server

This commit is contained in:
Paul Chote
2010-11-08 15:54:45 +13:00
parent ee3437d0f6
commit 967b16fc0e
3 changed files with 41 additions and 37 deletions

View File

@@ -12,6 +12,7 @@ namespace OpenRA.Server.Traits
{
// Returns true if order is handled
public interface IInterpretCommand { bool InterpretCommand(Connection conn, string cmd); }
public interface IStartServer { void ServerStarted(); }
public class DebugServerTrait : IInterpretCommand
{