Interface labyrinthos

interface labyrinthos {
    Biome: typeof Biome;
    LSystem: typeof LSystem;
    TileMap: typeof TileMap;
    TileSet: typeof TileSet;
    mazes: mazes;
    shapes: shapes;
    terrains: terrains;
    utils: Utils;
}

Properties

Biome: typeof Biome
LSystem: typeof LSystem
TileMap: typeof TileMap
TileSet: typeof TileSet
mazes: mazes
shapes: shapes
terrains: terrains
utils: Utils

Generated using TypeDoc