Skip to content
Snippets Groups Projects
AngleChange.java 58 B
package lab.game;

public enum AngleChange {
	UP, DOWN;
}