Merge pull request #5689 from Mailaender/ts-domainindex
Added missing DomainIndex to Tiberian Sun
This commit is contained in:
@@ -18,7 +18,8 @@ using OpenRA.Traits;
|
||||
|
||||
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> {}
|
||||
|
||||
public class DomainIndex : IWorldLoaded
|
||||
|
||||
@@ -85,6 +85,7 @@ World:
|
||||
Country@1:
|
||||
Name: Nod
|
||||
Race: nod
|
||||
DomainIndex:
|
||||
ResourceLayer:
|
||||
ResourceClaimLayer:
|
||||
FixedColorPalette@GreenTiberium:
|
||||
|
||||
Reference in New Issue
Block a user