Interface Tile

Object representing block in the world.

interface Tile {
    data: number;
    id: number;
}

Implemented by

Properties

Properties

data: number
id: number

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.