2019-01-26 21:33:37 -05:00
|
|
|
|
using System.IO;
|
2018-04-13 02:32:30 -04:00
|
|
|
|
|
2018-04-25 02:38:59 -04:00
|
|
|
|
namespace IW4MAdmin.Application.EventParsers
|
2018-04-13 02:32:30 -04:00
|
|
|
|
{
|
2018-05-11 00:52:20 -04:00
|
|
|
|
class T6MEventParser : IW4EventParser
|
2018-04-13 02:32:30 -04:00
|
|
|
|
{
|
2019-01-26 21:33:37 -05:00
|
|
|
|
public T6MEventParser() : base()
|
|
|
|
|
{
|
|
|
|
|
Configuration.GameDirectory = $"t6r{Path.DirectorySeparatorChar}data";
|
|
|
|
|
}
|
2018-04-13 02:32:30 -04:00
|
|
|
|
}
|
|
|
|
|
}
|