Add Cardinal and Color enumerations
This commit is contained in:
8
src/Color.java
Normal file
8
src/Color.java
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
public enum Color {
|
||||
|
||||
NIL,
|
||||
WHITE,
|
||||
BLACK;
|
||||
}
|
||||
Reference in New Issue
Block a user