add new asset type

This commit is contained in:
openlegends 2024-03-16 17:21:29 +02:00
parent c31a25e763
commit a3850d3a45

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

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