Fix bug with webfront spamming issues when running
Remove IW5 parser Begin implementation of dynamic parsers
This commit is contained in:
12
Application/RconParsers/DynamicRConParser.cs
Normal file
12
Application/RconParsers/DynamicRConParser.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using SharedLibraryCore;
|
||||
using SharedLibraryCore.RCon;
|
||||
using System;
|
||||
using static SharedLibraryCore.Server;
|
||||
|
||||
namespace IW4MAdmin.Application.RconParsers
|
||||
{
|
||||
sealed internal class DynamicRConParser : IW4RConParser
|
||||
{
|
||||
public string Version { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user