Kotsu

@Serializable
@SerialName(value = "Kotsu")
data class Kotsu(val tile: Tile) : Mentsu

刻子

Constructors

Link copied to clipboard
constructor(tile: Tile)

Properties

Link copied to clipboard
val tile: Tile

顺子的第一张牌(如789m,tile应为7m)

Link copied to clipboard
open override val tiles: Iterable<Tile>

所含的牌

Functions

Link copied to clipboard
open override fun afterDiscard(discard: Tile): Tatsu

舍牌后形成的搭子

Link copied to clipboard
open override fun toString(): String