aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgLog.java
blob: 5b1b44a261541374e0f0de3991711993968e3953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package cgeo.geocaching;

public class cgLog {
	public int id = 0;
	public int type = 4; // note
	public String author = "";
	public String log = "";
	public long date = 0;
	public int found = -1;
	public String cacheName = ""; // used for trackables
	public String cacheGuid = ""; // used for trackables
}