This repository has been archived on 2019-10-19. You can view files and clone it, but cannot push or open issues or pull requests.
projet-gl/src/commandSystem/Direction.java

6 lines
66 B
Java

package commandSystem;
public enum Direction {
UP, DOWN, NONE
}