2019-01-26 21:33:37 -05:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using static SharedLibraryCore.Server;
|
|
|
|
|
|
|
|
|
|
namespace IW4MAdmin.Application.EventParsers
|
|
|
|
|
{
|
2019-02-02 20:40:37 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// empty generic implementation of the IEventParserConfiguration
|
|
|
|
|
/// allows script plugins to generate dynamic event parsers
|
|
|
|
|
/// </summary>
|
|
|
|
|
sealed internal class DynamicEventParser : BaseEventParser
|
2019-01-26 21:33:37 -05:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|