/// Start of the Load state /// private void EnterStateLoad() { m_saveService.LoadCachedData(() => { m_fsm.ExecuteAction(k_actionNext); }); }