asset-php/src/Test/Card/Goblin.php
2024-03-15 15:29:08 +02:00

12 lines
215 B
PHP

<?php
declare(strict_types=1);
namespace OpenLegends\Asset\Test\Card;
class Goblin extends \OpenLegends\Engine\Abstract\Card
{
public function act(
\OpenLegends\Engine\Abstract\Card $target
) {}
}