From fd5fe1cd85416f4ba36c8c0df2626199b7a3f47f Mon Sep 17 00:00:00 2001 From: openlegends Date: Mon, 18 Mar 2024 15:32:00 +0200 Subject: [PATCH] rename action --- src/Test/Card/Action/{Attack.php => Damage.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Test/Card/Action/{Attack.php => Damage.php} (97%) 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;