Lewisaaronwelch 1 год назад
Родитель
Сommit
8807479505
1 измененных файлов с 1 добавлено и 1 удалено
  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)
                     {
-                        // TODO: Implement trash stack class here
+                        yield return ContinuousController.instance.StartCoroutine(new ITrashStack(selectedPermanent, 10, activateClass).TrashStack());
                     }
                 }
             }