update card pool namespace

This commit is contained in:
openlegends 2024-03-16 23:59:38 +02:00
parent fb10e3e869
commit f154dbd08b
2 changed files with 8 additions and 8 deletions

View File

@ -1,8 +0,0 @@
<?php
declare(strict_types=1);
namespace OpenLegends\Asset\Test\Game;
class Pool extends \OpenLegends\Engine\Abstract\Card\Pool
{}

8
src/Test/Pool/Card.php Normal file
View File

@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
namespace OpenLegends\Asset\Test\Pool;
class Card extends \OpenLegends\Engine\Abstract\Pool\Card
{}