renamed SocketManager to CommunicationManager

This commit is contained in:
kremsy
2015-06-22 20:22:17 +02:00
parent 8a58035a57
commit 687bb7be1b
7 changed files with 55 additions and 54 deletions

View File

@ -0,0 +1,9 @@
<?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";
}