GridGenerator.TileType Enumeration

MyDungeon

GridGeneratorTileType Enumeration

Values of tiles that can be placed in dungeon grid

Namespace:  MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum TileType
Members
  Member nameValueDescription
Exit0
Item1
Floor2
Wall3
Creature4
Player5
See Also