added toString

master
melvin 2011-07-08 16:11:30 +08:00
parent d9ef12d598
commit 10aa3a85bd
1 changed files with 5 additions and 0 deletions

View File

@ -174,6 +174,11 @@ public class MagicManaCost {
return costText; return costText;
} }
@Override
public String toString() {
return costText;
}
public boolean hasX() { public boolean hasX() {
return hasX; return hasX;
} }