1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -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

@ -14,6 +14,7 @@ namespace IW4MAdmin.Application.EventParsers
{
public string GameDirectory { get; set; }
public ParserRegex Say { get; set; }
public string LocalizeText { get; set; }
public ParserRegex Join { get; set; }
public ParserRegex JoinTeam { get; set; }
public ParserRegex Quit { get; set; }