Finish preliminary parser for TeknoMW3
This commit is contained in:
@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SharedLibraryCore.Interfaces
|
||||
namespace SharedLibraryCore.Interfaces
|
||||
{
|
||||
public interface IEventParser
|
||||
{
|
||||
@ -19,5 +15,6 @@ namespace SharedLibraryCore.Interfaces
|
||||
/// </summary>
|
||||
/// <returns>Game directory prefix</returns>
|
||||
IEventParserConfiguration Configuration { get; set; }
|
||||
string Version { get; set; }
|
||||
}
|
||||
}
|
||||
|
@ -14,5 +14,6 @@ namespace SharedLibraryCore.Interfaces
|
||||
Task<string[]> ExecuteCommandAsync(Connection connection, string command);
|
||||
Task<List<EFClient>> GetStatusAsync(Connection connection);
|
||||
IRConParserConfiguration Configuration { get; set; }
|
||||
string Version { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user