summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/physical/zoo/SpaceInvader.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/physical/zoo/SpaceInvader.java')
-rw-r--r--src/ch/epfl/maze/physical/zoo/SpaceInvader.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/physical/zoo/SpaceInvader.java b/src/ch/epfl/maze/physical/zoo/SpaceInvader.java
index d03d280..3fd0513 100644
--- a/src/ch/epfl/maze/physical/zoo/SpaceInvader.java
+++ b/src/ch/epfl/maze/physical/zoo/SpaceInvader.java
@@ -17,6 +17,7 @@ import ch.epfl.maze.util.Vector2D;
17 * The way we measure efficiency is made by the test case {@code Competition}. 17 * The way we measure efficiency is made by the test case {@code Competition}.
18 * 18 *
19 * @see ch.epfl.maze.tests.Competition Competition 19 * @see ch.epfl.maze.tests.Competition Competition
20 * @author EPFL
20 */ 21 */
21public class SpaceInvader extends Animal { 22public class SpaceInvader extends Animal {
22 23