private void OnEnable() { GoalManager.Add(this); }
private void OnDisable() { GoalManager.Remove(this); GoalStateChanged = null; }
private void OnDisable() { s_Instance = null; }