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