TrackManiaControl/core/Sockets/SocketMethods.php

9 lines
202 B
PHP
Raw Normal View History

2015-06-21 22:24:10 +02:00
<?php
namespace ManiaControl\Sockets;
interface SocketMethods {
/** Returns the last 200 lines of the chat (inclusive player logins and nicknames) */
const GET_SERVER_CHAT = "Chat.GetServerChat";
}