package net.alcuria.umbracraft.engine.map; /** A layer of the {@link Map} * @author Andrew Keturi */ public class Layer { int alt; Tile[][] data; }