marking the next bit we need to kill

This commit is contained in:
Chris Forbes
2010-01-12 22:10:27 +13:00
parent 0cb5eca673
commit d707fe420f

View File

@@ -13,7 +13,7 @@ namespace OpenRa.Game
public static IniFile AllRules;
public static Dictionary<string, List<string>> Categories = new Dictionary<string, List<string>>();
public static Dictionary<string, string> UnitCategory;
public static InfoLoader<LegacyUnitInfo> UnitInfo;
[Obsolete] public static InfoLoader<LegacyUnitInfo> UnitInfo;
public static InfoLoader<WeaponInfo> WeaponInfo;
public static InfoLoader<WarheadInfo> WarheadInfo;
public static InfoLoader<ProjectileInfo> ProjectileInfo;