mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 13:04:22 +00:00
update var name
This commit is contained in:
parent
51ed6aca12
commit
0d46cf1175
@ -7,6 +7,6 @@ namespace OpenLegends\Asset\Test\Card;
|
|||||||
class Goblin extends \OpenLegends\Engine\Abstract\Card
|
class Goblin extends \OpenLegends\Engine\Abstract\Card
|
||||||
{
|
{
|
||||||
public function act(
|
public function act(
|
||||||
\OpenLegends\Engine\Abstract\Card $card
|
\OpenLegends\Engine\Abstract\Card $target
|
||||||
) {}
|
) {}
|
||||||
}
|
}
|
@ -7,6 +7,6 @@ namespace OpenLegends\Asset\Test\Card;
|
|||||||
class Mouse extends \OpenLegends\Engine\Abstract\Card
|
class Mouse extends \OpenLegends\Engine\Abstract\Card
|
||||||
{
|
{
|
||||||
public function act(
|
public function act(
|
||||||
\OpenLegends\Engine\Abstract\Card $card
|
\OpenLegends\Engine\Abstract\Card $target
|
||||||
) {}
|
) {}
|
||||||
}
|
}
|
@ -7,6 +7,6 @@ namespace OpenLegends\Asset\Test\Card;
|
|||||||
class Rat extends \OpenLegends\Engine\Abstract\Card
|
class Rat extends \OpenLegends\Engine\Abstract\Card
|
||||||
{
|
{
|
||||||
public function act(
|
public function act(
|
||||||
\OpenLegends\Engine\Abstract\Card $card
|
\OpenLegends\Engine\Abstract\Card $target
|
||||||
) {}
|
) {}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user