namespace Core.Domain { public enum TileState { Stable, Warning, Falling, Destroyed } }