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:
12
Application/EventParsers/DynamicEventParser.cs
Normal file
12
Application/EventParsers/DynamicEventParser.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using static SharedLibraryCore.Server;
|
||||
|
||||
namespace IW4MAdmin.Application.EventParsers
|
||||
{
|
||||
sealed internal class DynamicEventParser : IW4EventParser
|
||||
{
|
||||
public string Version { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user