feat: player/room user data now available on joined event

This commit is contained in:
2024-05-12 10:57:46 +03:00
parent a9e6a3e853
commit 646744c9a1
26 changed files with 328 additions and 143 deletions
@@ -21,4 +21,5 @@ public ref struct RoomInformation
public string Scene;
public int Min;
public int Max;
public int BufferedEventsLimit;
}