Misc fixes in AssetBrowserLogic and MapOverlaysLogic

This commit is contained in:
penev92
2022-06-18 21:29:22 +03:00
committed by abcdefg30
parent df836620dc
commit 378c447ded
2 changed files with 9 additions and 7 deletions

View File

@@ -9,6 +9,7 @@
*/
#endregion
using System;
using System.Collections.Generic;
using OpenRA.Mods.Common.Lint;
using OpenRA.Mods.Common.Traits;
@@ -19,6 +20,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
[ChromeLogicArgsHotkeys("ToggleGridOverlayKey", "ToggleBuildableOverlayKey")]
public class MapOverlaysLogic : ChromeLogic
{
[Flags]
enum MapOverlays
{
None = 0,