Variable START_BUTTON_STATUSConst
START_BUTTON_STATUS: {
CAN_START: {
content: "게임 시작";
disabled: false;
title: any;
};
NOT_ENOUGH_PLAYERS: {
content: "4명 이상 게임 시작 가능";
disabled: true;
title: "게임을 시작하려면 최소 4명의 플레이어가 필요합니다";
};
NOT_HOST: {
content: "방장만 시작 가능";
disabled: true;
title: "방장만 게임을 시작할 수 있습니다";
};
} = ...