Ending

data class Ending(val name: String, val number: Int)

Provides the ending of a story.

Constructors

Link copied to clipboard
constructor(name: String, number: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val number: Int