feature(parser): Option to override special localize character
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user