add rarity preset

This commit is contained in:
openlegends 2024-03-16 12:24:39 +02:00
parent 13f9a95017
commit d8161ce903
2 changed files with 16 additions and 0 deletions

View File

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

8
src/Test/Rarity/Rare.php Normal file
View File

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