Weltenbummler397 d4ab028c08
fix bug
2026-05-04 10:19:48 +02:00

5 lines
56 B
Java

public enum TravelMethod {
WALKING,
HORSEBACK
}