void OnDestroy()
 {
     _instance = null;
 }
 void Awake()
 {
     _instance     = this;
     isInTutorial  = false;
     _needSaveFlag = false;
 }