/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package gcb; /** * * @author XIII.Dragon */ public class UserInfo { public String username; public String properUsername; public int userID; public int rank; public String ipAddress; public String lastSeen; public String promotedBy; public String unbannedBy; }