8 lines
93 B
Java
Raw Normal View History

package ProjectStormtrooper;
public enum Status {
NotInit,
InProgress,
Finish
}