package ClDesign; import java.util.ArrayList; import java.util.List; import javax.swing.JFrame; public class StudentPlayer { private String name; //选手名字 private String ID; //选手ID public List<Poker> stu1Poker; //选手1的手牌集合 public List<Poker> stu2Poker; //选手2的手牌集合 public StudentPlayer(){ } public StudentPlayer(String ID,String name){ this.ID = ID; this.name =name; this.stu1Poker = new ArrayList<Poker>(); this.stu2Poker = new ArrayList<Poker>(); } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getID() { return ID; } public void setID(String iD) { ID = iD; } }

微信网友_6233325343920128 LV1
2022年11月30日
huevnn LV5
2022年6月15日
Czhiyi LV6
2022年3月29日
一头土猪 LV7
2021年12月22日
Demo1111 LV30
2021年12月9日
quiyian LV4
2021年6月8日
234123141 LV7
2021年5月10日
bg12123 LV1
2021年3月25日
2458165357 LV1
2021年2月19日
qq454952101 LV4
2021年2月5日

vincemokea LV7
8月26日
lyryyyy
2024年10月22日
暂无贡献等级
lhm789 LV6
2024年9月11日
feelinfer LV1
2024年6月27日
qqqww11 LV2
2024年6月26日
azzzz1 LV2
2024年6月26日
ffffwwrgch LV1
2024年4月28日
gzcznb LV8
2024年4月1日
王少波 LV5
2024年4月1日
2890892945 LV2
2023年12月26日