moved Direction to the commandSystem
This commit is contained in:
parent
78e40e13bd
commit
4159a1fbf8
@ -1,5 +1,7 @@
|
|||||||
package commandSystem;
|
package commandSystem;
|
||||||
|
|
||||||
public enum Direction {
|
public enum Direction {
|
||||||
UP, DOWN, NONE
|
NONE,
|
||||||
|
UP,
|
||||||
|
DOWN,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user