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