forked from External/mage
Getting stack ability in Stack objects.
This commit is contained in:
parent
333562f721
commit
115799564f
3 changed files with 10 additions and 0 deletions
|
|
@ -302,4 +302,7 @@ public class StackAbility implements StackObject, Ability {
|
|||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
|
||||
public Ability getStackAbility() {
|
||||
return ability;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue