Move InstallShieldPackage to Mods.Common.

This commit is contained in:
Paul Chote
2017-05-24 22:19:18 +01:00
committed by abcdefg30
parent e5222f95f6
commit 69587a2128
5 changed files with 10 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
using System;
using System.IO;
using OpenRA.FileSystem;
using OpenRA.Mods.Common.FileSystem;
namespace OpenRA.Mods.Common.UtilityCommands
{