Hajj-simulation/src/StreetNames.java

16 lines
229 B
Java
Raw Normal View History

/**
* Street names with their corresponding indices in MakkahCity.
*/
2020-11-11 19:35:18 +01:00
public enum StreetNames {
2020-11-11 19:35:18 +01:00
KA_STREET,
KUDAY,
FOURTH_HIGHWAY,
STREET1,
STREET2,
STREET3,
STREET4,
IBRAHIM_ALKHALIL
}