Sonolus Wiki

StartGameplayCommand

Message

type StartGameplayCommand = {
    type: 'startGameplay'
    state: string
    level: LevelItem
}