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
|
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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user