Implement elevated bridge placeholders.

This commit is contained in:
Paul Chote
2017-01-11 22:08:22 +00:00
parent 5c77c0dc28
commit 4f41b6e9ce
7 changed files with 237 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ namespace OpenRA.Mods.Common.Traits
public const byte Tunnel = 1;
public const byte Subterranean = 2;
public const byte Jumpjet = 3;
public const byte ElevatedBridge = 4;
}
[Desc("Unit is able to move.")]