Move MainMenuLogic to Mods.Common

This commit is contained in:
penev92
2015-02-06 13:37:43 +02:00
parent 494b600ed8
commit 64887cb8c8
4 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
*/
#endregion
using OpenRA.Mods.RA.Widgets.Logic;
using OpenRA.Mods.Common.Widgets.Logic;
using OpenRA.Widgets;
namespace OpenRA.Mods.Cnc.Widgets.Logic