Merge pull request #8114 from penev92/bleed_d2kUpgrades

Add D2k building upgrades
This commit is contained in:
Matthias Mailänder
2015-05-24 08:23:28 +02:00
11 changed files with 199 additions and 49 deletions

View File

@@ -211,6 +211,7 @@ namespace OpenRA
public Hotkey ProductionTypeNavalKey = new Hotkey(Keycode.I, Modifiers.None);
public Hotkey ProductionTypeTankKey = new Hotkey(Keycode.I, Modifiers.None);
public Hotkey ProductionTypeMerchantKey = new Hotkey(Keycode.O, Modifiers.None);
public Hotkey ProductionTypeUpgradeKey = new Hotkey(Keycode.R, Modifiers.None);
public Hotkey SupportPower01Key = new Hotkey(Keycode.UNKNOWN, Modifiers.None);
public Hotkey SupportPower02Key = new Hotkey(Keycode.UNKNOWN, Modifiers.None);