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