init type assets

This commit is contained in:
openlegends 2024-03-16 01:14:17 +02:00
parent 625ff99f9f
commit 7aba7cb1a9

8
src/Test/Type/Animal.php Normal file
View File

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