Widget actions and main menu

This commit is contained in:
Paul Chote
2010-03-14 22:03:22 +13:00
parent ca2630ffab
commit ddf331cfed
8 changed files with 69 additions and 33 deletions

View File

@@ -12,6 +12,7 @@ namespace OpenRA.Widgets
public readonly int Y = 0;
public readonly int Width = 0;
public readonly int Height = 0;
public readonly List<Widget> Children = new List<Widget>();
public Rectangle Bounds
{