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