Exemple #1
0
 /// <summary>
 /// 节点进入时执行OnStart
 /// </summary>
 internal virtual void OnStart()
 {
     NodeProxy?.OnStart();
 }