package pathgame.tilemap; /** * Types of tiles used for deciding if a player can enter this tile in their current state. * * @author kajetan */ public enum TileType { PORT, LAND, SHALLOW_WATER, DEEP_WATER }