mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-11 02:13:14 +02:00
Move the response array logic into classes.
This commit is contained in:
@@ -17,12 +17,9 @@ namespace xPaw\SourceQuery\Rcon;
|
||||
|
||||
use xPaw\SourceQuery\Exception\AuthenticationException;
|
||||
use xPaw\SourceQuery\Exception\InvalidPacketException;
|
||||
use xPaw\SourceQuery\Socket\SocketInterface;
|
||||
|
||||
interface RconInterface
|
||||
{
|
||||
public function __construct(SocketInterface $socket);
|
||||
|
||||
/**
|
||||
* Open.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user