BlitzGameMenuView

class Object
trait Matchable
class Any

Type members

Classlikes

case class CurrentGameUpdate(updateParameter: Option[GameStage]) extends ViewUpdate[GameStage]

Update for the view containing the current GameStage

Update for the view containing the current GameStage

Update for the view for the feedback when the timer is expired

Update for the view for the feedback when the timer is expired

case class TimerUpdate(updateParameter: Option[Timer]) extends ViewUpdate[Timer]

Update for the view containing the timer, used to get the remaining time and the percentage

Update for the view containing the timer, used to get the remaining time and the percentage

Inherited classlikes

Inherited from:
DefaultUpdate