|
@@ -124,8 +124,8 @@ public class PlayCardClass
|
|
|
bool isTapped,
|
|
bool isTapped,
|
|
|
SelectCardEffect.Root root,
|
|
SelectCardEffect.Root root,
|
|
|
bool activateETB,
|
|
bool activateETB,
|
|
|
- IEnumerator successProcess = null,
|
|
|
|
|
- IEnumerator failedProcess = null)
|
|
|
|
|
|
|
+ IEnumerator<CardSource> successProcess = null,
|
|
|
|
|
+ IEnumerator<CardSource> failedProcess = null)
|
|
|
{
|
|
{
|
|
|
if (cardSources != null)
|
|
if (cardSources != null)
|
|
|
{
|
|
{
|