forked from External/mage
fixes
This commit is contained in:
parent
50702a026d
commit
b2d9c3b344
19 changed files with 60 additions and 33 deletions
|
|
@ -287,4 +287,9 @@ public class StackAbility implements StackObject, Ability {
|
|||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void newId() {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue