summaryrefslogtreecommitdiff
path: root/client/Piztor/src/com/macaroon/piztor/UserInfo.java
blob: 86a7a4c8e5b4e8dee488eae83518a5109be28315 (plain) (blame)
1
2
3
4
5
6
7
8
9
package com.macaroon.piztor;

public class UserInfo {
	static String ip = "192.168.1.101";
	static int port = 2222;
	static String token = null;
	static String username = null;
	static int id = -1;
}