UI.UIState

abstract class UI.UIState : State<UIManager>

CyberPsychosis    >    UI    >    UIState

Summary

A baseclass for a UI State. handles methods when starting and stopping a state, as well as pausing and unpausing the game.

States

A list of UIStates that are available right now

  • ShopState
  • DeathState
  • GameUIState