7 lines
68 B
Java
Raw Normal View History

public enum NumWheel
{
oneWheel,
twoWheel,
threeWheel
}