New ConditionalMana support.

This commit is contained in:
magenoxx 2011-08-04 18:10:57 +04:00
parent 67a6c9dcf5
commit ed3f96c668
58 changed files with 612 additions and 145 deletions

View file

@ -112,4 +112,5 @@ public class CardUtil {
public static CopyTokenFunction copyTo(Token target) {
return new CopyTokenFunction(target);
}
}