summaryrefslogblamecommitdiff
path: root/client/.metadata/.plugins/org.eclipse.core.resources/.history/87/50ba72af3b0d00131524a793807f338e
blob: f59c543ade3b20d3ced67e58a9be984530e25052 (plain) (tree)
1
2
3
4
5
6
7






                                             
package com.macaroon.piztor;

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