Getting stack ability in Stack objects.

This commit is contained in:
magenoxx 2011-03-08 10:19:34 +03:00
parent 333562f721
commit 115799564f
3 changed files with 10 additions and 0 deletions

View file

@ -302,4 +302,7 @@ public class StackAbility implements StackObject, Ability {
throw new UnsupportedOperationException("Not supported yet.");
}
public Ability getStackAbility() {
return ability;
}
}