init game pool

This commit is contained in:
openlegends 2024-03-16 17:16:23 +02:00
parent 03388052ea
commit c31a25e763

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

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