Move audio traits into Sounds namespace.

This commit is contained in:
Matthias Mailänder
2016-04-10 22:34:10 +02:00
parent c4475539a1
commit be3ea7b79e
9 changed files with 9 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ using System;
using System.Drawing;
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
namespace OpenRA.Mods.Common.Traits.Sound
{
[Desc("Players will be notified when this actor becomes visible to them.")]
public class AnnounceOnSeenInfo : ITraitInfo