document DomainIndex
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
|
||||||
|
|||||||
Reference in New Issue
Block a user