Add a ChromeLogic base class for chrome logic.
This commit is contained in:
@@ -20,7 +20,7 @@ using OpenRA.Widgets;
|
||||
|
||||
namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
{
|
||||
public class ServerBrowserLogic
|
||||
public class ServerBrowserLogic : ChromeLogic
|
||||
{
|
||||
static readonly Action DoNothing = () => { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user