abstract class Boleite::State

Defined in:

boleite/state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def disable #

[View source]
def enable #

[View source]
def next : Boleite::State? #

[View source]
def next=(next __arg0 : State | Nil) #

[View source]
abstract def render(delta) #

[View source]
abstract def update(delta) #

[View source]