protected void OnPostListener() { PostListener?.Invoke(this); Coroutine.OnPostListener(this); }
public void OnPostListener(StepTaskEntityBase stepEntity) { PostListener?.Invoke(stepEntity); }