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

@@ -12,7 +12,7 @@
using System.Drawing;
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
namespace OpenRA.Mods.Common.Traits.Radar
{
public class RadarColorFromTerrainInfo : ITraitInfo
{