GameOverFrameBuilder

fun interface GameOverFrameBuilder

Provides a standard interface for game over frames.

Inheritors

Functions

Link copied to clipboard
abstract fun build(title: String, reason: String): Frame

Build a frame with a title and reason.