feature(parser): Option to override special localize character

This commit is contained in:
FutureRave
2022-11-04 00:58:29 +00:00
committed by RaidMax
parent 16739ce455
commit b311ecefc2
4 changed files with 9 additions and 1 deletions

View File

@ -16,6 +16,11 @@ namespace SharedLibraryCore.Interfaces
/// </summary>
ParserRegex Say { get; set; }
/// <summary>
/// stores the special ASCII value used by CoD games that prevents the text in the chat from being localized
/// </summary>
string LocalizeText { get; set; }
/// <summary>
/// stores the regex information for a join event printed in the game log
/// </summary>