mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-07-30 04:43:18 +08:00
[Party Room] 创建,列表展示
This commit is contained in:
@ -31,7 +31,7 @@ class PartyRoomGrpcServer {
|
||||
return await _indexService.getRoomList(req);
|
||||
}
|
||||
|
||||
static Future createRoom(RoomData roomData) async {
|
||||
await _indexService.createRoom(roomData);
|
||||
static Future<RoomData> createRoom(RoomData roomData) async {
|
||||
return await _indexService.createRoom(roomData);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user