feat(multiplay): support CreateRoom hub method

This commit is contained in:
MingxuanGame
2025-08-01 11:08:59 +00:00
parent d399cb52e2
commit a25cb852d9
11 changed files with 590 additions and 403 deletions

View File

@@ -15,8 +15,11 @@ from .lazer_user import (
User,
UserResp,
)
from .playlist_attempts import ItemAttemptsCount
from .playlists import Playlist, PlaylistResp
from .pp_best_score import PPBestScore
from .relationship import Relationship, RelationshipResp, RelationshipType
from .room import Room, RoomResp
from .score import (
Score,
ScoreBase,
@@ -43,11 +46,16 @@ __all__ = [
"DailyChallengeStats",
"DailyChallengeStatsResp",
"FavouriteBeatmapset",
"ItemAttemptsCount",
"OAuthToken",
"PPBestScore",
"Playlist",
"PlaylistResp",
"Relationship",
"RelationshipResp",
"RelationshipType",
"Room",
"RoomResp",
"Score",
"ScoreBase",
"ScoreResp",