Class AiControllerLogic<T>
Base class for AI Controller entities with typed ControlledEntity field
Inheritance
AiControllerLogic<T>
Assembly: LiteEntitySystem.dll
Syntax
[EntityFlags(EntityFlags.Updateable)]
public abstract class AiControllerLogic<T> : AiControllerLogic, IComparable<InternalEntity> where T : PawnLogic
Type Parameters
Constructors
AiControllerLogic(EntityParams)
Declaration
protected AiControllerLogic(EntityParams entityParams)
Parameters
Properties
ControlledEntity
Declaration
public T ControlledEntity { get; }
Property Value
Implements