Browse Source

update card pool namespace

main
openlegends 3 months ago
parent
commit
f154dbd08b
  1. 8
      src/Test/Game/Pool.php
  2. 8
      src/Test/Pool/Card.php

8
src/Test/Game/Pool.php

@ -1,8 +0,0 @@ @@ -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

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