示例#1
0
文件: GOAPPT.cs 项目: ming81/TotalAI
 public override Plans CreatePlansForDriveType(Agent agent, DriveType driveType, bool checkingToInterrupt)
 {
     return(plannerManager.CreatePlansForDriveType(agent, agent.agentType, driveType));
 }