Add a ChromeLogic base class for chrome logic.
This commit is contained in:
@@ -17,7 +17,7 @@ using OpenRA.Widgets;
|
||||
|
||||
namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
{
|
||||
public class SettingsLogic
|
||||
public class SettingsLogic : ChromeLogic
|
||||
{
|
||||
enum PanelType { Display, Audio, Input, Advanced }
|
||||
Dictionary<PanelType, Action> leavePanelActions = new Dictionary<PanelType, Action>();
|
||||
|
||||
Reference in New Issue
Block a user