wip
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Ragon.Protocol;
|
||||
|
||||
namespace Ragon.Client;
|
||||
|
||||
public class RoomDataHandler: IHandler
|
||||
{
|
||||
public void Handle(RagonBuffer reader)
|
||||
{
|
||||
var rawData = reader.RawData;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user