Move IniFile to Mods.Common.

This commit is contained in:
Paul Chote
2016-01-04 23:23:00 +00:00
parent 9f4b7097b2
commit 1202a4d968
5 changed files with 3 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using OpenRA.FileFormats;
using OpenRA.Mods.Common.FileFormats;
namespace OpenRA.Mods.TS.UtilityCommands
{