renamed SocketManager to CommunicationManager
This commit is contained in:
9
core/Communication/CommunicationMethods.php
Normal file
9
core/Communication/CommunicationMethods.php
Normal 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";
|
||||
}
|
Reference in New Issue
Block a user