示例#1
0
文件: BTTree.cs 项目: zs9024/Jungle
 /// <summary>
 /// 有些操作必须在LateUpdate中做
 /// </summary>
 void LateUpdate()
 {
     _root.LateTick();
 }