Chroma-Chat/.metadata/.plugins/org.eclipse.core.resources/.history/e1/d020d619fa3d00151c31fb33fff4337f

11 lines
193 B
Text
Raw Normal View History

package tk.sznp.thebuttonautoflair;
public class MaybeOfflinePlayer {
String PlayerName;
String UserName;
String Flair;
boolean AcceptedFlair;
boolean IgnoredFlair;
String TownColors;
}