示例#1
0
 public Chip(Rank rank)
 {
     _rank = rank;
 }
示例#2
0
 public Chip()
 {
     _rank = new Rank(0, "0 Chip");
 }