This commit is contained in:
BetaSteward 2010-12-09 04:55:01 +00:00
parent 50702a026d
commit b2d9c3b344
19 changed files with 60 additions and 33 deletions

View file

@ -116,6 +116,11 @@ public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
return id;
}
@Override
public void newId() {
this.id = UUID.randomUUID();
}
@Override
public AbilityType getAbilityType() {
return this.abilityType;