|
|
|
@ -2,7 +2,7 @@ package de.banananetwork.dsa.aspects;
|
|
|
|
|
|
|
|
|
|
import de.banananetwork.dsa.general.Descriptiable;
|
|
|
|
|
import de.banananetwork.dsa.general.Description;
|
|
|
|
|
import de.banananetwork.dsa.reqiurements.AdventurePointsPriceLabeled;
|
|
|
|
|
import de.banananetwork.dsa.requirements.AdventurePointsPriceLabeled;
|
|
|
|
|
|
|
|
|
|
public class Aspect implements Descriptiable, AdventurePointsPriceLabeled {
|
|
|
|
|
|
|
|
|
@ -10,6 +10,7 @@ public class Aspect implements Descriptiable, AdventurePointsPriceLabeled {
|
|
|
|
|
private final Description description;
|
|
|
|
|
private final int apCost;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public Description getDescription() {
|
|
|
|
|
return description;
|
|
|
|
|