mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 13:04:22 +00:00
update methods api
This commit is contained in:
parent
3c2a908334
commit
55053ea1f3
@ -8,7 +8,7 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
|
|||||||
{
|
{
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->setTitle(
|
$this->setName(
|
||||||
_('Goblin')
|
_('Goblin')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
|
|||||||
{
|
{
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->setTitle(
|
$this->setName(
|
||||||
_('Mouse')
|
_('Mouse')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ class Rat extends \OpenLegends\Engine\Abstract\Card
|
|||||||
new \OpenLegends\Asset\Test\Card\Ability\Damage()
|
new \OpenLegends\Asset\Test\Card\Ability\Damage()
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->setTitle(
|
$this->setName(
|
||||||
_('Rat')
|
_('Rat')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user