summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/physical/zoo/Mouse.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/physical/zoo/Mouse.java')
-rw-r--r--src/ch/epfl/maze/physical/zoo/Mouse.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/physical/zoo/Mouse.java b/src/ch/epfl/maze/physical/zoo/Mouse.java
index 08d7f3d..f7084d7 100644
--- a/src/ch/epfl/maze/physical/zoo/Mouse.java
+++ b/src/ch/epfl/maze/physical/zoo/Mouse.java
@@ -7,6 +7,7 @@ import ch.epfl.maze.util.Vector2D;
7/** 7/**
8 * Mouse A.I. that remembers only the previous choice it has made. 8 * Mouse A.I. that remembers only the previous choice it has made.
9 * 9 *
10 * @author EPFL
10 * @author Pacien TRAN-GIRARD 11 * @author Pacien TRAN-GIRARD
11 */ 12 */
12public class Mouse extends ProbabilisticAnimal { 13public class Mouse extends ProbabilisticAnimal {