Browse Source

init attribute assets

main
openlegends 9 months ago
parent
commit
ac468ca3f6
  1. 8
      src/Test/Attribute/Goblin.php
  2. 8
      src/Test/Attribute/Neutral.php

8
src/Test/Attribute/Goblin.php

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

8
src/Test/Attribute/Neutral.php

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