|
|
@@ -55,11 +55,11 @@ public class CardSource : MonoBehaviour
|
|
|
|
|
|
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
|
|
|
+
|
|
|
#region whether this card has Shaman trait
|
|
|
|
|
|
public bool HasShamanTraits
|