001package squidpony.squidgrid.mapping;
002
003import squidpony.annotation.Beta;
004
005/**
006 * Holds a single level.
007 *
008 * Currently empty awaiting future mapping developments.
009 *
010 * @author Eben Howard - http://squidpony.com - howard@squidpony.com
011 */
012@Beta
013public class TiledLevel {
014
015}