Browse Source

fix namespace

main
openlegends 9 months ago
parent
commit
b59d519637
  1. 4
      src/Test/Card/Ability/Damage.php

4
src/Test/Card/Ability/Damage.php

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