Exemple #1
0
 public Activator([NotNull] PathingBehavior <TPathable, TEntity> associatedBehavior)
 {
     this.AssociatedBehavior = associatedBehavior;
 }
Exemple #2
0
 public ZoneActivator(PathingBehavior <TPathable, TEntity> associatedBehavior) : base(associatedBehavior)
 {
     /* NOOP */
 }
Exemple #3
0
 public Always(PathingBehavior <TPathable, TEntity> associatedBehavior) : base(associatedBehavior)
 {
     this.Activate();
 }