summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/physical/Daedalus.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/physical/Daedalus.java')
-rw-r--r--src/ch/epfl/maze/physical/Daedalus.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/physical/Daedalus.java b/src/ch/epfl/maze/physical/Daedalus.java
index 8018b66..4670064 100644
--- a/src/ch/epfl/maze/physical/Daedalus.java
+++ b/src/ch/epfl/maze/physical/Daedalus.java
@@ -9,6 +9,7 @@ import java.util.stream.Stream;
9 * Daedalus in which predators hunt preys. Once a prey has been caught by a 9 * Daedalus in which predators hunt preys. Once a prey has been caught by a
10 * predator, it will be removed from the daedalus. 10 * predator, it will be removed from the daedalus.
11 * 11 *
12 * @author EPFL
12 * @author Pacien TRAN-GIRARD 13 * @author Pacien TRAN-GIRARD
13 */ 14 */
14public final class Daedalus extends World { 15public final class Daedalus extends World {