Esempio n. 1
0
 public CheckChuurenpoutou(Yaku owner)
 {
     this.YakuID = 36;
     hantei      = owner.checkCyuurennpoutou() && !owner.checkCyuurennpoutou_Jyunsei();
     hanSuu      = 13;
     yakuman     = true;
 }
Esempio n. 2
0
 public CheckChuurenpoutou_Jyunsei(Yaku owner)
 {
     this.YakuID   = 40;
     hantei        = owner.checkCyuurennpoutou_Jyunsei();
     hanSuu        = 13;
     yakuman       = true;
     doubleYakuman = true;
 }