1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

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 fe0929d194
commit c6916b38c3
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>