7 lines
68 B
Java
7 lines
68 B
Java
|
public enum NumWheel
|
||
|
{
|
||
|
oneWheel,
|
||
|
twoWheel,
|
||
|
threeWheel
|
||
|
}
|