Browse Source

init type assets

main
openlegends 9 months ago
parent
commit
7aba7cb1a9
  1. 8
      src/Test/Type/Animal.php

8
src/Test/Type/Animal.php

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