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 OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
namespace OpenRA.Mods.Common.Traits.Radar
{
[Desc("When an actor with this trait is in range of an actor with ProvidesRadar, it will temporarily disable the radar minimap for the enemy player.")]
public class JamsRadarInfo : TraitInfo<JamsRadar>