Archived
0

RegionManager

This commit is contained in:
Forwolk
2018-08-02 14:03:04 +03:00
parent 94e32a6921
commit 7ec05c4e24
2 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package mc.core;
public enum Direction {
NORTH,
EAST,
WEST,
SOUTH
}