Interface Tile

interface Tile {
    getProperty(name): any;
    hasProperty(name): boolean;
}

Implemented by

Methods