enum Spellstorm::CardLocation

Defined in:

spellstorm/cards.cr

Enum Members

Deck = 0
Hand = 1
FieldShield = 2
FieldDanger = 3
FieldSource = 4
FieldOther = 5
Drop = 6

Class Method Summary

Instance Method Summary

Class Method Detail

def self.field #

[View source]

Instance Method Detail

def deck? #

[View source]
def drop? #

[View source]
def field_danger? #

[View source]
def field_other? #

[View source]
def field_shield? #

[View source]
def field_source? #

[View source]
def hand? #

[View source]