示例#1
0
 public override void 结账(int count, 抽象打牌1 other)
 {
     this.钱数  += count;
     other.钱数 -= count;
 }
示例#2
0
 public abstract void 结账(int count, 抽象打牌1 other);