TrackManiaControl/core/Sockets/SocketListener.php

14 lines
152 B
PHP
Raw Normal View History

<?php
/**
* Created by PhpStorm.
* User: Lukas
* Date: 21.06.2015
* Time: 19:48
*/
namespace ManiaControl\Sockets;
interface SocketListener {
}