Classes
Methods
# inner addQuality(s)
Add a quality to the Card
Parameters:
Name | Type | Description |
---|---|---|
s |
string | The quality to add |
# inner isAvailable(s) → {boolean}
Check if card is available
Parameters:
Name | Type | Description |
---|---|---|
s |
State | State to check against |
If card is available
boolean
# inner removeQuality(s)
Remove a quality from the Card
Parameters:
Name | Type | Description |
---|---|---|
s |
string | The quality to remove |