mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Fix bug with webfront spamming issues when running
Remove IW5 parser Begin implementation of dynamic parsers
This commit is contained in:
14
Application/EventParsers/DynamicEventParserConfiguration.cs
Normal file
14
Application/EventParsers/DynamicEventParserConfiguration.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using SharedLibraryCore.Interfaces;
|
||||
|
||||
namespace IW4MAdmin.Application.EventParsers
|
||||
{
|
||||
class DynamicEventParserConfiguration : IEventParserConfiguration
|
||||
{
|
||||
public string GameDirectory { get; set; }
|
||||
public string SayRegex { get; set; }
|
||||
public string JoinRegex { get; set; }
|
||||
public string QuitRegex { get; set; }
|
||||
public string KillRegex { get; set; }
|
||||
public string DamageRegex { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user