コード例 #1
0
ファイル: ReGoapAction.cs プロジェクト: LIQIANGEASTSUN/Goap
 public void SetAgent(ReGoapAgent goapAgent)
 {
     reGoapAgent = goapAgent;
 }
コード例 #2
0
 public virtual void Init(ReGoapAgent reGoapAgent)
 {
     this.reGoapAgent = reGoapAgent;
 }