mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 13:04:22 +00:00
init attribute assets
This commit is contained in:
parent
7aba7cb1a9
commit
ac468ca3f6
8
src/Test/Attribute/Goblin.php
Normal file
8
src/Test/Attribute/Goblin.php
Normal file
@ -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
Normal file
8
src/Test/Attribute/Neutral.php
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace OpenLegends\Asset\Test\Attribute;
|
||||||
|
|
||||||
|
class Neutral extends \OpenLegends\Engine\Abstract\Attribute
|
||||||
|
{}
|
Loading…
x
Reference in New Issue
Block a user