Created a builder for making maps
This commit is contained in:
7
FakeMon/src/fmon/util/Direction.scala
Normal file
7
FakeMon/src/fmon/util/Direction.scala
Normal file
@@ -0,0 +1,7 @@
|
||||
package fmon.util
|
||||
|
||||
object Direction extends Enumeration {
|
||||
val North, Northeast, East, Southeast, South, Southwest, West, Northwest = Value
|
||||
|
||||
val cardinals = Set(North, East, South, West)
|
||||
}
|
||||
Reference in New Issue
Block a user