Browse Source

rename action

main
openlegends 9 months ago
parent
commit
fd5fe1cd85
  1. 2
      src/Test/Card/Action/Damage.php

2
src/Test/Card/Action/Attack.php → src/Test/Card/Action/Damage.php

@ -4,7 +4,7 @@ declare(strict_types=1); @@ -4,7 +4,7 @@ declare(strict_types=1);
namespace OpenLegends\Asset\Test\Card\Action;
class Attack extends \OpenLegends\Engine\Abstract\Card\Action
class Damage extends \OpenLegends\Engine\Abstract\Card\Action
{
private \OpenLegends\Engine\Abstract\Card $_card;
Loading…
Cancel
Save