init multiple attribute

This commit is contained in:
openlegends 2024-03-16 15:11:28 +02:00
parent 1a0562d9eb
commit 2732e2671a

View File

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