コード例 #1
0
 public void ThinkOnce()
 {
     ObservedActor.ScanNewObjects(2, ObservedActor.SightRange, false);
     CurrentAction       = GetNextAction();
     Actor.CurrentAction = new AbortableAction(CurrentAction, this);
 }