Example #1
0
 void IStub.SetTarget(object target)
 {
     _target = (global::RTC.PathFollower2D)target;
 }
Example #2
0
 public PathFollower2DStub(global::RTC.PathFollower2D target)
 {
     _target = target;
 }