Interface BehaviorContext

interface BehaviorContext {
    entity: Entity;
}

Properties

Properties

entity: Entity