Three Types of Destinations
CODE:
Function: setting variable representations of the three types of destinations.
- public final int WATER = 0;
- public final int BEACON = 1;
- public final int CITY = 2;
Although the primary goal of the Transborder Immigrant Tool is to help the traveler survive by finding water, the water stations themselves are not the only target. This code presents all three of the modeled destinations: water, beacon, and city.
Discussion of "Three Types of Destinations"
Add your voice to this discussion.
Checking your signed in status ...