2018-04-25 02:38:59 -04:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
namespace IW4MAdmin.Application.EventParsers
|
|
|
|
|
{
|
|
|
|
|
class IW3EventParser : IW4EventParser
|
|
|
|
|
{
|
2019-01-26 21:33:37 -05:00
|
|
|
|
public IW3EventParser() : base()
|
|
|
|
|
{
|
|
|
|
|
Configuration.GameDirectory = "main";
|
|
|
|
|
}
|
2018-04-25 02:38:59 -04:00
|
|
|
|
}
|
|
|
|
|
}
|