Interface EntityList

interface EntityList {
    entities: Entity[];
}

Properties

Properties

entities: Entity[]