Move linter interfaces to Mods.Common.

This commit is contained in:
Paul Chote
2017-09-07 19:47:18 +00:00
committed by Oliver Brakmann
parent 0648fc9f31
commit e54cf9acc3
5 changed files with 22 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using OpenRA.FileSystem;
using OpenRA.Traits;
using OpenRA.Mods.Common.Lint;
namespace OpenRA.Mods.Common.UtilityCommands
{