mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Move T6 parser to javascript parser
This commit is contained in:
@ -20,5 +20,10 @@ namespace SharedLibraryCore.Interfaces
|
||||
/// stores the regex info for parsing get DVAR responses
|
||||
/// </summary>
|
||||
ParserRegex Dvar { get; set; }
|
||||
/// <summary>
|
||||
/// indicates if the application should wait for response from server
|
||||
/// when executing a command
|
||||
/// </summary>
|
||||
bool WaitForResponse { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user