瀏覽代碼

code cleanup

Lewisaaronwelch 3 月之前
父節點
當前提交
e9757144dd
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      Assets/Scripts/Script/CardSource.cs

+ 6 - 5
Assets/Scripts/Script/CardSource.cs

@@ -55,11 +55,11 @@ public class CardSource : MonoBehaviour
 
 
     public bool IsFlipped { get; private set; }
     public bool IsFlipped { get; private set; }
 
 
-    public bool IsFaceUp 
-    { 
-        get 
-        { 
-            return !IsFlipped; 
+    public bool IsFaceUp
+    {
+        get
+        {
+            return !IsFlipped;
         }
         }
     }
     }
 
 
@@ -4143,6 +4143,7 @@ public class CardSource : MonoBehaviour
     }
     }
 
 
     #endregion
     #endregion
+
     #region whether this card has Shaman trait
     #region whether this card has Shaman trait
 
 
     public bool HasShamanTraits
     public bool HasShamanTraits