namespace ProjectBulldozer { public enum DirectionType { Up = 1, Down = 2, Left = 3, Right = 4, } }