示例#1
0
文件: AISAI.cs 项目: SandroGX/Scripts
 public void Begin(AISController ctrl)
 {
     ctrl.MakeSet();
     root.OnActionEnter(ctrl);
 }