Add menu plumbing for the new map editor.
This commit is contained in:
committed by
Paul Chote
parent
444c02a498
commit
1f024a8695
@@ -47,6 +47,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
{ "onExit", () => { } },
|
||||
{ "onSelect", (Action<string>)(uid => preview = Game.ModData.MapCache[uid]) },
|
||||
{ "filter", MapVisibility.Lobby },
|
||||
{ "onStart", () => { } }
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user