Move MusicPlaylist to Mods.Common.

This commit is contained in:
Paul Chote
2015-08-01 22:50:43 +01:00
parent c6e246102e
commit 9b3ef9e7f7
5 changed files with 5 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
using System;
using System.Linq;
using OpenRA.GameRules;
using OpenRA.Traits;
using OpenRA.Mods.Common.Traits;
using OpenRA.Widgets;
namespace OpenRA.Mods.Common.Widgets.Logic