@ -43,4 +43,7 @@ class Attack extends \OpenLegends\Engine\Abstract\Card\Ability
// @TODO remove abilities
}
public function apply()
{}
@ -5,4 +5,7 @@ declare(strict_types=1);
namespace OpenLegends\Asset\Test\Card\Ability;
class Drain extends \OpenLegends\Engine\Abstract\Card\Ability
{
public function apply(): void
class Guard extends \OpenLegends\Engine\Abstract\Card\Ability
class Lethal extends \OpenLegends\Engine\Abstract\Card\Ability
@ -14,4 +14,12 @@ class Multiple extends \OpenLegends\Engine\Abstract\Card\Ability
$this->_abilities[] = $ability;
foreach ($this->_abilities as $ability)
$ability->apply();