1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.senocular.gyro {
/**
* Alias of Seek; Matches seeker properties directly to target properties.
*/
public class SeekMatch extends Seek {
/**
* Constructor
*/
public function SeekMatch(){
super();
}
}
}