Пример #1
0
 void OnApplicationQuit()
 {
     if (_fsm != null)
     {
         _fsm.OnApplicationQuit();
     }
 }