diff --git a/src/Test/Player/Elf.php b/src/Test/User/Type/Elf.php similarity index 50% rename from src/Test/Player/Elf.php rename to src/Test/User/Type/Elf.php index c48e173..d5bb1a9 100644 --- a/src/Test/Player/Elf.php +++ b/src/Test/User/Type/Elf.php @@ -2,9 +2,9 @@ declare(strict_types=1); -namespace OpenLegends\Asset\Test\Player; +namespace OpenLegends\Asset\Test\User\Type; -class Elf extends \OpenLegends\Engine\Abstract\Player +class Elf extends \OpenLegends\Engine\Abstract\User\Type { public function __construct() { @@ -15,13 +15,5 @@ class Elf extends \OpenLegends\Engine\Abstract\Player $this->setDescription( _('Just Elf') ); - - $this->setHealth( - 30 - ); - - $this->setRunes( - 5 - ); } } \ No newline at end of file