✨ http-commands
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Ragon.Server.IO;
|
||||
|
||||
namespace Ragon.Server;
|
||||
|
||||
public interface IRagonServer
|
||||
{
|
||||
RagonContext? ResolveContext(INetworkConnection connection);
|
||||
RagonContext? ResolveContext(string id);
|
||||
}
|
||||
Reference in New Issue
Block a user