2018-04-26 20:19:42 -04:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
namespace IW4MAdmin.Application.EventParsers
|
|
|
|
|
{
|
|
|
|
|
class T5MEventParser : IW4EventParser
|
|
|
|
|
{
|
2019-01-26 21:33:37 -05:00
|
|
|
|
public T5MEventParser() : base()
|
|
|
|
|
{
|
|
|
|
|
Configuration.GameDirectory = "v2";
|
|
|
|
|
}
|
2018-04-26 20:19:42 -04:00
|
|
|
|
}
|
|
|
|
|
}
|