public void Awake()
 {
     _instance = this;
     TempGroup = new GameObject("IntentionGroup").AddComponent<IntentionGroup>();;
     SkillGroup = new GameObject("IntentionGroup_Skill").AddComponent<IntentionGroup>();;
 }
 public void OnDestroy()
 {
     _instance = null;
 }