Chroma-Chat/.metadata/.plugins/org.eclipse.core.resources/.history/de/d037d008fa3d00151c31fb33fff4337f

10 lines
173 B
Text
Raw Normal View History

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