Moved Activity and friends into separate files.

This commit is contained in:
Bob
2009-11-02 20:22:12 +13:00
parent 279f13bc5b
commit ddc91ddafa
9 changed files with 400 additions and 372 deletions

View File

@@ -197,11 +197,6 @@ namespace OpenRa.Game
return null;
}
static bool IsAutoCompleting(string group)
{
return group != "Building";
}
SidebarItem mouseOverItem;
void MouseHandler(MouseInput mi)