Skip to content

StartGameplayCommand

Message

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