Finish preliminary parser for TeknoMW3

This commit is contained in:
RaidMax
2019-02-02 18:54:30 -06:00
parent 59e0072744
commit 3e5282df87
12 changed files with 56 additions and 31 deletions

View File

@ -7,6 +7,5 @@ namespace IW4MAdmin.Application.RconParsers
{
sealed internal class DynamicRConParser : IW4RConParser
{
public string Version { get; set; }
}
}