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

@@ -11,7 +11,7 @@
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
namespace OpenRA.Mods.Common.Traits.Sound
{
public class CaptureNotificationInfo : ITraitInfo
{