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