Finish RCON dynamic parser impl
Fix configuration generation bug
This commit is contained in:
@ -8,5 +8,6 @@
|
||||
ParserRegex Quit { get; set; }
|
||||
ParserRegex Kill { get; set; }
|
||||
ParserRegex Damage { get; set; }
|
||||
ParserRegex Action { get; set; }
|
||||
}
|
||||
}
|
||||
|
@ -6,6 +6,6 @@ namespace SharedLibraryCore.Interfaces
|
||||
{
|
||||
CommandPrefix CommandPrefixes { get; set; }
|
||||
Server.Game GameName { get; set; }
|
||||
string StatusRegex { get; set; }
|
||||
ParserRegex Status { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user