소스 검색

Implement HasVBTraits

Lewisaaronwelch 3 달 전
부모
커밋
c3bee10363
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      Assets/Scripts/Script/CardSource.cs

+ 12 - 0
Assets/Scripts/Script/CardSource.cs

@@ -4155,6 +4155,18 @@ public class CardSource : MonoBehaviour
     }
 
     #endregion
+
+    #region whether this card has VB trait
+
+    public bool HasVBTraits
+    {
+        get
+        {
+            return EqualsTraits("VB");
+        }
+    }
+
+    #endregion
 }
 
 public class JogressCondition