示例#1
0
 public AstarAgent(PathAgentType methodType, LogicUnit owner) : base(PathAgentType.AStar, owner)
 {
 }
示例#2
0
 public PathAgent(PathAgentType methodType, LogicUnit owner)
 {
     this.pathAgentType = methodType;
     this.owner         = owner;
 }