Explorar el Código

Merge pull request #707 from DCGO2/Fix-LMs

Fix LMs
x89rt2 hace 5 meses
padre
commit
42d99798bd

+ 2 - 2
Assets/Scripts/CardEffect/LM/Black/LM_053.cs

@@ -2,7 +2,7 @@ using System.Collections;
 using System.Collections.Generic;
 
 // Obsidian Memory Boost!
-namespace DCGO.CardEffects
+namespace DCGO.CardEffects.LM
 {
     public class LM_053 : CEntity_Effect
     {
@@ -123,4 +123,4 @@ namespace DCGO.CardEffects
             return cardEffects;
         }
     }
-}
+}

+ 2 - 2
Assets/Scripts/CardEffect/LM/Blue/LM_052.cs

@@ -2,7 +2,7 @@ using System.Collections;
 using System.Collections.Generic;
 
 // Malachite Memory Boost!
-namespace DCGO.CardEffects
+namespace DCGO.CardEffects.LM
 {
     public class LM_052 : CEntity_Effect
     {
@@ -123,4 +123,4 @@ namespace DCGO.CardEffects
             return cardEffects;
         }
     }
-}
+}

+ 2 - 2
Assets/Scripts/CardEffect/LM/Red/LM_051.cs

@@ -2,7 +2,7 @@ using System.Collections;
 using System.Collections.Generic;
 
 // Alexandrite Memory Boost!
-namespace DCGO.CardEffects
+namespace DCGO.CardEffects.LM
 {
     public class LM_051 : CEntity_Effect
     {
@@ -123,4 +123,4 @@ namespace DCGO.CardEffects
             return cardEffects;
         }
     }
-}
+}