summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/physical/pacman/PacMan.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/physical/pacman/PacMan.java')
-rw-r--r--src/ch/epfl/maze/physical/pacman/PacMan.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/physical/pacman/PacMan.java b/src/ch/epfl/maze/physical/pacman/PacMan.java
index ee1ee28..6ec7436 100644
--- a/src/ch/epfl/maze/physical/pacman/PacMan.java
+++ b/src/ch/epfl/maze/physical/pacman/PacMan.java
@@ -9,6 +9,7 @@ import ch.epfl.maze.util.Vector2D;
9/** 9/**
10 * Pac-Man character, from the famous game of the same name. 10 * Pac-Man character, from the famous game of the same name.
11 * 11 *
12 * @author EPFL
12 * @author Pacien TRAN-GIRARD 13 * @author Pacien TRAN-GIRARD
13 */ 14 */
14public class PacMan extends Prey { 15public class PacMan extends Prey {