mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 04:54:15 +00:00
update user type namespace
This commit is contained in:
parent
fded9fedef
commit
99c9290bbb
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
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()
|
public function __construct()
|
||||||
{
|
{
|
||||||
@ -15,13 +15,5 @@ class Elf extends \OpenLegends\Engine\Abstract\Player
|
|||||||
$this->setDescription(
|
$this->setDescription(
|
||||||
_('Just Elf')
|
_('Just Elf')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->setHealth(
|
|
||||||
30
|
|
||||||
);
|
|
||||||
|
|
||||||
$this->setRunes(
|
|
||||||
5
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user