enum Spellstorm::Player

Defined in:

spellstorm/utils.cr

Enum Members

First = 0
Second = 1

Instance Method Summary

Instance Method Detail

def first? #

Returns true if this enum value equals First


[View source]
def opponent #

[View source]
def second? #

Returns true if this enum value equals Second


[View source]