mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-07-15 20:33:59 +08:00
[Party Room] 创建房间
This commit is contained in:
@ -30,4 +30,8 @@ class PartyRoomGrpcServer {
|
||||
static Future<RoomListData> getRoomList(RoomListPageReqData req) async {
|
||||
return await _indexService.getRoomList(req);
|
||||
}
|
||||
|
||||
static Future createRoom(RoomData roomData) async {
|
||||
await _indexService.createRoom(roomData);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user