Skip to content

Instantly share code, notes, and snippets.

private void SoundCheckButton_Pressed(object sender, PressEventArgs e)
{
_buttons[_currentSound].StopFlashing();
_buttons[_currentSound].Highlight();
AudioManager.InterruptAudio();
DisableUserInput();
StateManager.GoToInteraction(10);
}
private void _letsGo_Stopped(object sender, AudioEventArgs e)