Add unit guarding

This commit is contained in:
Scott_NZ
2013-05-16 21:23:58 +12:00
parent 942946f1b1
commit 6e5d58379f
9 changed files with 154 additions and 8 deletions

View File

@@ -151,6 +151,7 @@ namespace OpenRA.GameRules
public string ScatterKey = "x";
public string DeployKey = "f";
public string StanceCycleKey = "z";
public string GuardKey = "d";
public string CycleTabsKey = "tab";
}