Commit 9b18ffdc authored by mercury233's avatar mercury233

update zoodiac deck

parent 876c0c0d
......@@ -44,8 +44,7 @@
75286621
75286621
48791583
56832966
84013237
48791583
581014
581014
11510448
......@@ -56,4 +55,5 @@
48905153
85115440
85115440
85115440
!side
This diff is collapsed.
......@@ -165,6 +165,11 @@ namespace WindBot.Game
return (HasType(CardType.Fusion) || HasType(CardType.Synchro) || HasType(CardType.Xyz));
}
public bool IsFaceup()
{
return HasPosition(CardPosition.FaceUp);
}
public bool IsFacedown()
{
return HasPosition(CardPosition.FaceDown);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment