Răsfoiți Sursa

Update CardController.cs

x89rt2 5 luni în urmă
părinte
comite
044676e0ea
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Assets/Scripts/Script/CardController.cs

+ 1 - 1
Assets/Scripts/Script/CardController.cs

@@ -4151,7 +4151,7 @@ public class IDestroySecurity
 
 public class IBattle
 {
-    public IBattle(Permanent AttackingPermanent, Permanent DefendingPermanent, CardSource DefendingCard)
+    public IBattle(Permanent AttackingPermanent, Permanent DefendingPermanent, CardSource DefendingCard, bool IsWithoutAttack = false)
     {
         this.AttackingPermanent = AttackingPermanent;
         this.DefendingPermanent = DefendingPermanent;