useGameStart(): { buttonConfig: { content: "방장만 시작 가능"; disabled: true; title: "방장만 게임을 시작할 수 있습니다"; } | { content: "4명 이상 게임 시작 가능"; disabled: true; title: "게임을 시작하려면 최소 4명의 플레이어가 필요합니다"; } | { content: "게임 시작"; disabled: false; title: any; }; handleStartGame: (() => void); isHost: any; isStarting: boolean; }
Returns { buttonConfig: { content: "방장만 시작 가능"; disabled: true; title: "방장만 게임을 시작할 수 있습니다"; } | { content: "4명 이상 게임 시작 가능"; disabled: true; title: "게임을 시작하려면 최소 4명의 플레이어가 필요합니다"; } | { content: "게임 시작"; disabled: false; title: any; }; handleStartGame: (() => void); isHost: any; isStarting: boolean; }
buttonConfig: { content: "방장만 시작 가능"; disabled: true; title: "방장만 게임을 시작할 수 있습니다"; } | { content: "4명 이상 게임 시작 가능"; disabled: true; title: "게임을 시작하려면 최소 4명의 플레이어가 필요합니다"; } | { content: "게임 시작"; disabled: false; title: any; }