Parcourir la source

Update GameContextDeterminarion.cs

x89rt2 il y a 3 mois
Parent
commit
7a5baa15ff

+ 1 - 1
Assets/Scripts/Script/CardEffectCommons/GameContextDeterminarion.cs

@@ -6,7 +6,7 @@ public partial class CardEffectCommons
 {
     public static Dictionary<ICardEffect, Permanent> CardPermanenceMap = new Dictionary<ICardEffect, Permanent>();
 
-    #region Invalidate Cards tht are not in their correct location
+    #region Invalidate Cards that are not in their correct location
     private static Permanent FailurePermanent = new(new List<CardSource>());
 
     public static void EnforceLocationCheck()