feat(api): Vue
Added functionality to Lobby in Vue
This commit is contained in:
@@ -487,8 +487,11 @@ const LobbyComponent = {
|
||||
startGame() {
|
||||
globalThis.startGame()
|
||||
},
|
||||
leaveGame() {
|
||||
|
||||
leaveGame(gameId) {
|
||||
//TODO: Needs implementation
|
||||
},
|
||||
handleKickPlayer(playerId) {
|
||||
globalThis.handleKickPlayer(playerId)
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user