Interface PathingEntityExclusion

interface PathingEntityExclusion {
    entityPosition: EntityPosition;
    type: string;
}

Properties

Properties

entityPosition: EntityPosition
type: string