Move widget delegates into Mods.

This commit is contained in:
Paul Chote
2010-11-26 10:30:40 +13:00
parent 4ea04f461a
commit 58a92de5a1
17 changed files with 53 additions and 48 deletions

View File

@@ -12,7 +12,7 @@ using OpenRA.Graphics;
namespace OpenRA.Widgets
{
class BackgroundWidget : Widget
public class BackgroundWidget : Widget
{
public readonly string Background = "dialog";