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