Reverse ra bridge metadata

This commit is contained in:
Paul Chote
2010-06-26 22:22:48 +12:00
parent 49d7833b04
commit 9a34b049a8
7 changed files with 29 additions and 4138 deletions

View File

@@ -32,6 +32,16 @@ namespace OpenRA.Mods.RA
class BridgeInfo : ITraitInfo
{
public readonly bool Long = false;
public readonly string Template = null;
public readonly string DamagedTemplate = null;
public readonly string DestroyedTemplate = null;
// For long bridges
public readonly string DestroyedPlusNorthTemplate = null;
public readonly string DestroyedPlusSouthTemplate = null;
public readonly string DestroyedPlusBothTemplate = null;
public readonly bool UseAlternateNames = false;
public readonly int[] NorthOffset = null;
public readonly int[] SouthOffset = null;