コード例 #1
0
ファイル: ActionNodes.cs プロジェクト: lbddk/ahzs-client
 public override bool Proc(EntityParent theOwner)
 {
     //Mogo.Util.LoggerHelper.Debug("AI:" + "SelectAutoFightMovePoint");
     return theOwner.ProcSelectAutoFightMovePoint();
 }