2019-02-02 20:40:37 -05:00
|
|
|
|
namespace IW4MAdmin.Application.RconParsers
|
2019-01-26 21:33:37 -05:00
|
|
|
|
{
|
2019-02-02 20:40:37 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// empty implementation of the IW4RConParser
|
|
|
|
|
/// allows script plugins to generate dynamic RCon parsers
|
|
|
|
|
/// </summary>
|
|
|
|
|
sealed internal class DynamicRConParser : BaseRConParser
|
2019-01-26 21:33:37 -05:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|