Method | Description | |
---|---|---|
IsPlayable ( |
Returns boolean indicating whether the playable card is playable against the active card.
|
|
Process ( IList |
Loops through a players cards setting whether they're are playable with the card provided.
|
public static IsPlayable ( |
||
card | ||
activeCard | ||
return | bool |
public static Process ( IList |
||
cards | IList |
|
activeCard | ||
return | void |