Interface Tile

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

Implemented by

Methods