using System.Collections; using System.Collections.Generic; using UnityEngine; public class AIPeopleCtrl : Ctrl { public bool CheckWalk = true; public bool CheckStop = true; //TODO行为树 }