Improve documentation

This commit is contained in:
Steven Knipe 2023-11-17 02:53:43 -08:00
parent 660288dfd7
commit f44b36fad2
3 changed files with 9 additions and 10 deletions

View file

@ -706,11 +706,6 @@ public abstract class AbilityImpl implements Ability {
return manaCostsToPay;
}
/**
* Accessed to see what was optional/variable costs were paid
*
* @return
*/
@Override
public Map<String, Object> getCostsTagMap() {
return costsTagMap;