NextTurnAction

private class NextTurnAction(text: String, color: Color, action: () -> Unit)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

action
Link copied to clipboard
val action: () -> Unit
color
Link copied to clipboard
val color: Color
text
Link copied to clipboard
val text: String

Sources

jvm source
Link copied to clipboard