moved various other traits

This commit is contained in:
Chris Forbes
2010-05-20 18:47:22 +12:00
parent f75a2d2fe6
commit 7fc5007ac8
14 changed files with 75 additions and 46 deletions

View File

@@ -59,7 +59,7 @@ namespace OpenRA
internal static Renderer renderer;
static int2 clientSize;
static string mapName;
internal static Session LobbyInfo = new Session();
public static Session LobbyInfo = new Session();
static bool packageChangePending;
static bool mapChangePending;
static Pair<Assembly, string>[] ModAssemblies;