mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 13:04:22 +00:00
fix namespace
This commit is contained in:
parent
55053ea1f3
commit
b59d519637
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace OpenLegends\Asset\Test\Action\Card;
|
namespace OpenLegends\Asset\Test\Card\Ability;
|
||||||
|
|
||||||
class Damage extends \OpenLegends\Engine\Abstract\Action\Card
|
class Damage extends \OpenLegends\Engine\Abstract\Card\Ability
|
||||||
{
|
{
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user