Sfoglia il codice sorgente

Update DataBase.cs

x89rt2 2 mesi fa
parent
commit
56c5230bf1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Assets/Scripts/Script/DataBase.cs

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

@@ -564,7 +564,7 @@ public class DataBase : MonoBehaviour
         return "[Link] (Plug this card from the hand or battle area sideways into the specified Digimon in the battle area.)";
     }
 
-    public static string EngageEffectDiscription()
+    public static string EngageEffectDescription()
     {
         return "<Engage> (At the end of your turn, this Digimon may attack.)";
     }