All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.mahjongutils.hora.HoraInfo.kt Maven / Gradle / Ivy

There is a newer version: 0.7.6
Show newest version
package mahjongutils.hora

import mahjongutils.models.Tile
import mahjongutils.models.Wind

/**
 * 和牌信息
 */
interface HoraInfo {
    /**
     * 和牌张
     */
    val agari: Tile

    /**
     * 是否自摸
     */
    val tsumo: Boolean

    /**
     * 自风
     */
    val selfWind: Wind?

    /**
     * 场风
     */
    val roundWind: Wind?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy