7 lines
105 B
Java
Raw Normal View History

package DoubleDeckerBus.MovementStrategy;
public enum Status {
NotInit,
InProgress,
Finish
}