Files
SAE31_2024/TestV1/TestEnAttendantResolutionBug/Terrain.java

4 lines
64 B
Java

public enum Terrain {
MER, CHAMP, FORET, PRE, MONTAGNE
}