openlegends
9 months ago
7 changed files with 71 additions and 121 deletions
@ -1,11 +0,0 @@ |
|||||||
<?php |
|
||||||
|
|
||||||
declare(strict_types=1); |
|
||||||
|
|
||||||
namespace OpenLegends\Asset\Test\Card\Ability; |
|
||||||
|
|
||||||
class Guard extends \OpenLegends\Engine\Abstract\Card\Ability |
|
||||||
{ |
|
||||||
public function apply(): void |
|
||||||
{} |
|
||||||
} |
|
@ -1,11 +0,0 @@ |
|||||||
<?php |
|
||||||
|
|
||||||
declare(strict_types=1); |
|
||||||
|
|
||||||
namespace OpenLegends\Asset\Test\Card\Ability; |
|
||||||
|
|
||||||
class Lethal extends \OpenLegends\Engine\Abstract\Card\Ability |
|
||||||
{ |
|
||||||
public function apply(): void |
|
||||||
{} |
|
||||||
} |
|
Loading…
Reference in new issue