summaryrefslogtreecommitdiff
path: root/client/.metadata/.plugins/org.eclipse.core.resources/.history/8/c064fb4e800d00131719b896d543f08c
blob: 929c0bb36e102fb95e40ee07fd11c1df8fb0b525 (plain) (blame)
1
2
3
4
5
6
7
8
package com.macaroon.piztor;

public class UserInfo {
	static String ip = "69.85.86.42";
	static int port = 9990;
	static int token = -1;
	
}