public void OnEnable() { ScriptableEvent?.AddListener(this); }
private void OnEnable() { Event.AddListener(this); }