Put radar traits into their own namespace.

This commit is contained in:
Matthias Mailänder
2016-04-02 14:36:26 +02:00
parent 8df7d8b784
commit a78d67a60c
6 changed files with 6 additions and 5 deletions

View File

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