コード例 #1
0
 /// Start of the Load state
 ///
 private void EnterStateLoad()
 {
     m_saveService.LoadCachedData(() =>
     {
         m_fsm.ExecuteAction(k_actionNext);
     });
 }