重写窗体构架

This commit is contained in:
AlphaAE
2019-05-06 15:31:30 +08:00
parent de12f82925
commit 2774f1a36b
5 changed files with 27 additions and 12 deletions

View File

@ -5,7 +5,9 @@ import java.util.UUID;
public class RePlayer implements Serializable {
private UUID uuid;
//称号
private String title;
//硬币
private int coin;
public RePlayer(UUID uuid, String title, int coin) {