Files
TrackManiaControl/core/Communication/CommunicationMethods.php
2015-06-22 20:22:17 +02:00

9 lines
215 B
PHP

<?php
namespace ManiaControl\Communication;
interface CommunicationMethods {
/** Returns the last 200 lines of the chat (inclusive player logins and nicknames) */
const GET_SERVER_CHAT = "Chat.GetServerChat";
}