Example #1
0
 protected void OnPostListener()
 {
     PostListener?.Invoke(this);
     Coroutine.OnPostListener(this);
 }
Example #2
0
 public void OnPostListener(StepTaskEntityBase stepEntity)
 {
     PostListener?.Invoke(stepEntity);
 }