Ejemplo n.º 1
0
 public void OnEnable()
 {
     ScriptableEvent?.AddListener(this);
 }
 private void OnEnable()
 {
     Event.AddListener(this);
 }