IW4M-Admin/Application/EventParsers/T5MEventParser.cs

12 lines
227 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace IW4MAdmin.Application.EventParsers
{
class T5MEventParser : IW4EventParser
{
public override string GetGameDir() => "v2";
}
}