[KLD] Added 15 black cards.

This commit is contained in:
LevelX2 2016-09-17 13:44:30 +02:00
parent c8937f8ab4
commit c515a6d690
30 changed files with 1851 additions and 302 deletions

View file

@ -43,4 +43,8 @@ public class StaticValue implements DynamicValue {
public String getMessage() {
return message;
}
public int getValue() {
return value;
}
}