Messages handling voor spel 1
This commit is contained in:
10
src/Game/Enum/GameStatus.php
Normal file
10
src/Game/Enum/GameStatus.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Game\Enum;
|
||||
|
||||
enum GameStatus: string
|
||||
{
|
||||
case IN_DEVELOPMENT = 'inDevelopment';
|
||||
case LOCKED = 'locked';
|
||||
case OPEN = 'open';
|
||||
}
|
||||
Reference in New Issue
Block a user