Browse Source

add rarity preset

main
openlegends 9 months ago
parent
commit
d8161ce903
  1. 8
      src/Test/Rarity/Common.php
  2. 8
      src/Test/Rarity/Rare.php

8
src/Test/Rarity/Common.php

@ -0,0 +1,8 @@ @@ -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

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