Skip to content

Commit

Permalink
Updated AbstractMode
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 12, 2025
1 parent 26b5d2d commit 435a2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Command/Game/Mode/AbstractMode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace ChessServer\Command\Game\Mode;

use ChessServer\Command\Game\Game;
use ChessServer\Command\Game\NonBlocking\PlayCommand;
use ChessServer\Command\Game\NonBlocking\PlayLanCommand;
use ChessServer\Command\Game\Blocking\PlayCommand;
use ChessServer\Command\Game\Blocking\PlayLanCommand;
use ChessServer\Command\Game\NonBlocking\LegalCommand;
use ChessServer\Command\Game\NonBlocking\UndoCommand;
use Firebase\JWT\JWT;
Expand Down

0 comments on commit 435a2e5

Please sign in to comment.