diff --git a/src/Test/Card/Action/Attack.php b/src/Test/Card/Action/Damage.php similarity index 97% rename from src/Test/Card/Action/Attack.php rename to src/Test/Card/Action/Damage.php index 2ec95bc..9bf9620 100644 --- a/src/Test/Card/Action/Attack.php +++ b/src/Test/Card/Action/Damage.php @@ -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;