unhacking IChromeButton.

This commit is contained in:
alzeih
2010-07-20 22:05:23 +12:00
parent 846971836a
commit 795da1b088
14 changed files with 176 additions and 155 deletions

View File

@@ -38,6 +38,9 @@ namespace OpenRA
public static World world;
internal static Viewport viewport;
public static Controller controller;
public static Widget RootWidget {
get { return Chrome.rootWidget; }
}
internal static Chrome chrome;
internal static UserSettings Settings;