牛牛牌型判断算法

export class CowCard{ /** * NiuNiuCard constructor. * @param type 牌型 //type : 1 : 黑桃 2:红桃 3:梅花 4:方块 * @param num 牌号 * @param count 牌点数 >10都做为10 */ constructor(type, num, count) { this
相关文章
相关标签/搜索