forked from External/mage
8 M13
This commit is contained in:
parent
987285be7d
commit
a0125c9581
10 changed files with 665 additions and 0 deletions
|
|
@ -24,4 +24,9 @@ public class ControllerLifeCount implements DynamicValue {
|
|||
public String getMessage() {
|
||||
return "your life total";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "1";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue