summaryrefslogtreecommitdiff
path: root/client/.metadata/.plugins/org.eclipse.core.resources/.history/17/8029226c800d00131719b896d543f08c
blob: 16bf50d4e884a09feb32a76936720595d5efa6cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.macaroon.piztor;

public class Infomation {
	static String ip = "69.85.86.42";
	static int port = 9990;
	static int token = -1;
	
	static class UserInfo {
		double lat, lon;
	}
	
	static class Group {
		
	}
}