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