Browse Source

update methods api

main
openlegends 9 months ago
parent
commit
55053ea1f3
  1. 2
      src/Test/Card/Goblin.php
  2. 2
      src/Test/Card/Mouse.php
  3. 2
      src/Test/Card/Rat.php

2
src/Test/Card/Goblin.php

@ -8,7 +8,7 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
{ {
public function __construct() public function __construct()
{ {
$this->setTitle( $this->setName(
_('Goblin') _('Goblin')
); );

2
src/Test/Card/Mouse.php

@ -8,7 +8,7 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
{ {
public function __construct() public function __construct()
{ {
$this->setTitle( $this->setName(
_('Mouse') _('Mouse')
); );

2
src/Test/Card/Rat.php

@ -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…
Cancel
Save