DrdPlus/Theurgist/Spells/SpellParameters/DetailLevel.php
<?phpdeclare(strict_types = 1); namespace DrdPlus\Theurgist\Spells\SpellParameters; use DrdPlus\Theurgist\Spells\SpellParameters\Partials\PositiveCastingParameter; /** * @method DetailLevel getWithAddition($additionValue) */class DetailLevel extends PositiveCastingParameter{ }