aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgTrackableLog.java
blob: 7522d8de7d42580cdfc20f9009dcb8d729b77f22 (plain)
1
2
3
4
5
6
7
8
9
package cgeo.geocaching;

public class cgTrackableLog {
	public int ctl = -1;
	public int id = -1;
	public String trackCode = null;
	public String name = null;
	public int action = 0; // base.logTrackablesAction - no action
}