mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
CloneRewrite
This commit is contained in:
@@ -5,13 +5,13 @@ public enum CardStateName {
|
||||
Original,
|
||||
FaceDown,
|
||||
Flipped,
|
||||
Cloner,
|
||||
Transformed,
|
||||
Meld,
|
||||
Cloned,
|
||||
LeftSplit,
|
||||
RightSplit,
|
||||
OriginalText; // backup state for cards like Volrath's Shapeshifter
|
||||
OriginalText, // backup state for cards like Volrath's Shapeshifter
|
||||
|
||||
;
|
||||
|
||||
/**
|
||||
* TODO: Write javadoc for this method.
|
||||
|
||||
Reference in New Issue
Block a user