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

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