source:
tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/structures/Location_Info.java
@
39
| Revision 39, 288 bytes checked in by bmcguffin, 9 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | package scriptbuilder.structures; |
| 2 | |
| 3 | /** |
| 4 | * |
| 5 | * @author Bryan McGuffin |
| 6 | */ |
| 7 | class Location_Info |
| 8 | { |
| 9 | public String Location_ID = ""; |
| 10 | |
| 11 | public String Route = ""; |
| 12 | |
| 13 | public String Direction = ""; |
| 14 | |
| 15 | public String Postmile = ""; |
| 16 | |
| 17 | public String Location_type = ""; |
| 18 | } |
Note: See TracBrowser
for help on using the repository browser.
