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