Move DeveloperMode trait to Mods.Common

This commit is contained in:
rob-v
2017-07-23 13:09:32 +02:00
committed by Oliver Brakmann
parent d4e9e0e069
commit 97306f2bcd
4 changed files with 4 additions and 3 deletions

View File

@@ -11,8 +11,8 @@
using System.Drawing;
using System.Linq;
using OpenRA.Mods.Common.Traits;
using OpenRA.Mods.Common.Traits.Radar;
using OpenRA.Traits;
using OpenRA.Widgets;
namespace OpenRA.Mods.Common.Widgets.Logic