Finish RCON dynamic parser impl

Fix configuration generation bug
This commit is contained in:
RaidMax
2019-01-27 18:41:54 -06:00
parent e6154822f6
commit ca535019c6
8 changed files with 116 additions and 105 deletions

View File

@ -8,5 +8,6 @@
ParserRegex Quit { get; set; }
ParserRegex Kill { get; set; }
ParserRegex Damage { get; set; }
ParserRegex Action { get; set; }
}
}

View File

@ -6,6 +6,6 @@ namespace SharedLibraryCore.Interfaces
{
CommandPrefix CommandPrefixes { get; set; }
Server.Game GameName { get; set; }
string StatusRegex { get; set; }
ParserRegex Status { get; set; }
}
}