DrdPlus/Theurgist/Spells/SpellParameters/DifficultyChange.php
<?php
declare(strict_types = 1);
namespace DrdPlus\Theurgist\Spells\SpellParameters;
use Granam\Integer\IntegerObject;
/**
* @method DifficultyChange add($value)
* @method DifficultyChange sub($value)
*/
class DifficultyChange extends IntegerObject
{
}