Class AbilityTargetValidatorWrapper
Inheritance
object
AbilityTargetValidatorWrapper
Assembly: Dew.Core.dll
Syntax
public class AbilityTargetValidatorWrapper : IEntityValidator
Constructors
AbilityTargetValidatorWrapper(Entity, EntityRelation)
Declaration
public AbilityTargetValidatorWrapper(Entity self, EntityRelation targets)
Parameters
Fields
self
Declaration
Field Value
Methods
Evaluate(Entity)
Declaration
public bool Evaluate(Entity entity)
Parameters
| Type |
Name |
Description |
| Entity |
entity |
|
Returns
Implements