Răsfoiți Sursa

Implemented ITrashStack

Lewisaaronwelch 1 an în urmă
părinte
comite
8807479505
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Assets/CardEffect/BT21/Red/BT21_030.cs

+ 1 - 1
Assets/CardEffect/BT21/Red/BT21_030.cs

@@ -348,7 +348,7 @@ namespace DCGO.CardEffects.BT21
 
 
                     if (selectedPermanent != null)
                     if (selectedPermanent != null)
                     {
                     {
-                        // TODO: Implement trash stack class here
+                        yield return ContinuousController.instance.StartCoroutine(new ITrashStack(selectedPermanent, 10, activateClass).TrashStack());
                     }
                     }
                 }
                 }
             }
             }