♻️ plugin api
This commit is contained in:
@@ -15,11 +15,12 @@
|
||||
*/
|
||||
|
||||
using Ragon.Server.IO;
|
||||
using Ragon.Server.Lobby;
|
||||
|
||||
namespace Ragon.Server;
|
||||
|
||||
public interface IRagonServer
|
||||
{
|
||||
RagonContext? ResolveContext(INetworkConnection connection);
|
||||
RagonContext? ResolveContext(string id);
|
||||
RagonLobbyPlayer? GetPlayerByConnection(INetworkConnection connection);
|
||||
RagonLobbyPlayer? GetPlayerById(string id);
|
||||
}
|
||||
Reference in New Issue
Block a user