Forráskód Böngészése

Update DataBase.cs

x89rt2 2 hónapja
szülő
commit
fece795323
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      Assets/Scripts/Script/DataBase.cs

+ 5 - 0
Assets/Scripts/Script/DataBase.cs

@@ -564,6 +564,11 @@ public class DataBase : MonoBehaviour
         return "[Link] (Plug this card from the hand or battle area sideways into the specified Digimon in the battle area.)";
         return "[Link] (Plug this card from the hand or battle area sideways into the specified Digimon in the battle area.)";
     }
     }
 
 
+    public static string GuardEffectDescription()
+    {
+        return "<Guard> (When any of your other Digimon would leave the battle area by your opponent's effects, by deleting this Digimon, they don't leave.)";
+    }
+
     public static string ReplaceToASCII(string text)
     public static string ReplaceToASCII(string text)
     {
     {
         if (string.IsNullOrEmpty(text))
         if (string.IsNullOrEmpty(text))