private void OnCharacterSelect(CharacterSelectEvent e) { if (!inputEnabled) { return; } state.OnCharacterSelect(e); }