x89rt2 2 месяцев назад
Родитель
Сommit
56c5230bf1
1 измененных файлов с 1 добавлено и 1 удалено
  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.)";
         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.)";
         return "<Engage> (At the end of your turn, this Digimon may attack.)";
     }
     }