This commit is contained in:
2025-01-18 17:30:03 +03:00
parent edf90b39c4
commit 2f919e4fd8
45 changed files with 1403 additions and 466 deletions
@@ -35,6 +35,7 @@ internal class LeaveRoomHandler : IHandler
public void Handle(RagonStream reader)
{
_listenerList.OnLeft();
_client.Room.Cleanup();
_client.Room.Clear();
}
}