feat(wip): room properties
This commit is contained in:
@@ -4,9 +4,17 @@ namespace Ragon.Client
|
||||
{
|
||||
public class RoomDataHandler: IHandler
|
||||
{
|
||||
private readonly RagonClient _client;
|
||||
public RoomDataHandler(RagonClient client)
|
||||
{
|
||||
_client = client;
|
||||
}
|
||||
|
||||
public void Handle(RagonBuffer reader)
|
||||
{
|
||||
var len = reader.ReadUShort();
|
||||
|
||||
_client.Room?.Data(reader);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user