Example #1
0
 public NavigateGoal(TimelineLog log, Character context, Transform target) : base(log, context)
 {
     // do nothing
 }
Example #2
0
 public BaseGoal(TimelineLog log, T context)
 {
     this.log     = log;
     this.context = context;
 }