rimajon-ktor/src/juego/Oportunidad.kt

8 lines
83 B
Kotlin
Raw Normal View History

package dev.araozu.juego
interface Oportunidad {
val cartaDescartada: Int
}