Merge pull request #5689 from Mailaender/ts-domainindex

Added missing DomainIndex to Tiberian Sun
This commit is contained in:
Paul Chote
2014-06-21 22:57:23 +12:00
2 changed files with 3 additions and 1 deletions

View File

@@ -18,7 +18,8 @@ using OpenRA.Traits;
namespace OpenRA.Mods.RA namespace OpenRA.Mods.RA
{ {
// Identify untraversable regions of the map for faster pathfinding, especially with AI [Desc("Identify untraversable regions of the map for faster pathfinding, especially with AI.",
"This trait is required. Every mod needs it attached to the world actor.")]
class DomainIndexInfo : TraitInfo<DomainIndex> {} class DomainIndexInfo : TraitInfo<DomainIndex> {}
public class DomainIndex : IWorldLoaded public class DomainIndex : IWorldLoaded

View File

@@ -85,6 +85,7 @@ World:
Country@1: Country@1:
Name: Nod Name: Nod
Race: nod Race: nod
DomainIndex:
ResourceLayer: ResourceLayer:
ResourceClaimLayer: ResourceClaimLayer:
FixedColorPalette@GreenTiberium: FixedColorPalette@GreenTiberium: