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
{
// 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