mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 13:04:22 +00:00
update method names
This commit is contained in:
parent
2732e2671a
commit
a0b8d73d19
@ -8,7 +8,7 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->addAbility(
|
||||
$this->setAbility(
|
||||
new \OpenLegends\Asset\Test\Ability\Lethal()
|
||||
);
|
||||
|
||||
@ -16,7 +16,7 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
|
||||
new \OpenLegends\Asset\Test\Ability\Guard()
|
||||
);
|
||||
|
||||
$this->addAttribute(
|
||||
$this->setAttribute(
|
||||
new \OpenLegends\Asset\Test\Attribute\Neutral()
|
||||
);
|
||||
|
||||
|
@ -8,7 +8,7 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->addAttribute(
|
||||
$this->setAttribute(
|
||||
new \OpenLegends\Asset\Test\Attribute\Neutral()
|
||||
);
|
||||
|
||||
|
@ -8,7 +8,7 @@ class Rat extends \OpenLegends\Engine\Abstract\Card
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->addAttribute(
|
||||
$this->setAttribute(
|
||||
new \OpenLegends\Asset\Test\Attribute\Neutral()
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user