接口 RoomCreator
- 所有已知子接口:
GameFixedService
,GameFlowService
,GameRoomService
public interface RoomCreator
- 从以下版本开始:
- 21.28
- 作者:
- 渔民小镇
- 日期:
- 2025-06-03
-
方法概要
-
方法详细资料
-
createRoom
创建房间, 子类只需要关心房间配置和规则信息延迟到子游戏中实现, 以便适应不同的子游戏规则
- 参数:
createContext
- 创建房间信息(及玩法规则)- 返回:
- 房间
-