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

@@ -345,7 +345,7 @@ namespace OpenRA.Widgets
}
}
class ContainerWidget : Widget {
public class ContainerWidget : Widget {
public ContainerWidget() : base() { }
public ContainerWidget(Widget other) : base(other) { }