I rightly do not know what this all is
This commit is contained in:
parent
af6b2b752e
commit
287c1f67c5
78 changed files with 3484 additions and 3365 deletions
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace GamesShop\Entities\Games;
|
||||
|
||||
enum KeyState: int
|
||||
{
|
||||
case AVAILABLE = 1;
|
||||
case UNKNOWN = 0;
|
||||
case RESERVED_FOR_GIFT = -1;
|
||||
case CLAIMED = -10;
|
||||
}
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace GamesShop\Entities\Games;
|
||||
|
||||
enum KeyState: int
|
||||
{
|
||||
case AVAILABLE = 1;
|
||||
case UNKNOWN = 0;
|
||||
case RESERVED_FOR_GIFT = -1;
|
||||
case CLAIMED = -10;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue