init attribute assets

This commit is contained in:
openlegends 2024-03-16 01:14:32 +02:00
parent 7aba7cb1a9
commit ac468ca3f6
2 changed files with 16 additions and 0 deletions

View File

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

View File

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