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