Public Member Functions | |
| DSReturnCardsToPoolAction (DSCard returningCard_) | |
| DSReturnCardsToPoolAction (List< DSCard > returningCards_) | |
| override void | Execute () |
Public Member Functions inherited from DeckStacker.DSAction | |
| void | Execute () |
| void | Resolve () |
| string | PrintType () |
Additional Inherited Members | |
Protected Member Functions inherited from DeckStacker.DSAction | |
| void | LogAction (string actionMessage) |
Protected Attributes inherited from DeckStacker.DSAction | |
| System.Type | _type = null |
| bool | _actionLogged = false |
Simple DSAction that will return a card or list of cards to their corresponding card pool.
|
inline |
Constructor overload for a single card.
|
inline |
Constructor overload for a list of cards.
|
inline |