@ -9,11 +9,11 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
public function __construct()
{
$this->addAttribute(
_('Neutral')
new \OpenLegends\Asset\Test\Attribute\Neutral()
);
$this->setType(
_('Unknown')
new \OpenLegends\Asset\Test\Type\Goblin()
$this->setTitle(
@ -9,11 +9,11 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
_('Animal')
new \OpenLegends\Asset\Test\Type\Animal()
@ -9,11 +9,11 @@ class Rat extends \OpenLegends\Engine\Abstract\Card