enum F

Defined in:

game_config.cr

Enum Members

Main = 0
Black = 1
Big = 2
Small = 3

Instance Method Summary

Instance methods inherited from struct Enum

to_cannon_io(io) to_cannon_io

Constructor methods inherited from struct Enum

from_cannon_io(io) : self from_cannon_io

Instance Method Detail

def big? #

[View source]
def black? #

[View source]
def main? #

[View source]
def small? #

[View source]