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

@@ -10,8 +10,8 @@
#endregion
using System;
using OpenRA.Mods.Common.Lint;
using OpenRA.Mods.D2k.UtilityCommands;
using OpenRA.Traits;
namespace OpenRA.Mods.D2k.Lint
{