interface TileRestrictionsData {
    light?: boolean;
    weather?: boolean;
}

Properties

Properties

light?: boolean

Should we restricts light?

weather?: boolean

Should we restricts weather?