Weltenbummler397 bd5dac55f8
fixed error
2026-05-04 09:46:40 +02:00

5 lines
56 B
Java

public enum TravelMethod {
WALKING,
HORSEBACK
}