Fix the stylecop error in TemplateMenuLogic.cs

This commit is contained in:
abcdefg30 2017-05-10 10:29:19 +02:00
parent 96e0597dce
commit 7d9d96a917

View File

@ -9,8 +9,8 @@
*/
#endregion
using OpenRA.Widgets;
using OpenRA.Mods.Common.Widgets;
using OpenRA.Widgets;
namespace OpenRA.Mods.Example.Widgets.Logic
{