File tree Expand file tree Collapse file tree
test/java/hotciv/standard Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import hotciv .framework .*;
44import hotciv .standard .*;
5- import hotciv .standard .utility .Utility ;
6-
7- import java .util .Iterator ;
8- import java .util .Random ;
95
106
117public interface attackManager {
Original file line number Diff line number Diff line change 66import hotciv .framework .*;
77import hotciv .helper_Interfaces .attackManager ;
88import hotciv .standard .GameImpl ;
9- import hotciv .standard . utility .Utility ;
9+ import hotciv .utility .Utility ;
1010
1111public class epsilonAttackManager implements attackManager {
1212
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 *
1717 */
18- package hotciv .standard . utility ;
18+ package hotciv .utility ;
1919import hotciv .framework .GameConstants ;
2020import hotciv .framework .Position ;
2121import java .util .ArrayList ;
Original file line number Diff line number Diff line change 1818package hotciv .standard ;
1919import hotciv .framework .GameConstants ;
2020import hotciv .framework .Position ;
21- import hotciv .standard . utility .Utility ;
21+ import hotciv .utility .Utility ;
2222import org .junit .Test ;
2323import java .util .ArrayList ;
2424import java .util .Iterator ;
You can’t perform that action at this time.
0 commit comments