feat: Room Properties and Player Properties

This commit is contained in:
2024-05-09 21:26:32 +03:00
parent c74ce0f00f
commit a9e6a3e853
8 changed files with 82 additions and 44 deletions
@@ -31,8 +31,8 @@ namespace Ragon.Client
public void Handle(RagonBuffer reader)
{
_client.Room?.HandleUserData(reader);
_listenerList.OnRoomUserData();
var changes = _client.Room?.UserData.Read(reader);
_listenerList.OnRoomUserData(changes);
}
}
}