Browse Source

add new asset type

main
openlegends 3 months ago
parent
commit
a3850d3a45
  1. 8
      src/Test/Type/Goblin.php

8
src/Test/Type/Goblin.php

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