This commit is contained in:
magenoxx 2011-07-30 12:21:35 +04:00
parent e3f12c9a0c
commit 8cdbf46a54

View file

@ -24,4 +24,9 @@ public class CardsInControllerHandCount implements DynamicValue {
public String getMessage() { public String getMessage() {
return "card in your hand"; return "card in your hand";
} }
@Override
public String toString() {
return "1";
}
} }