diff options
Diffstat (limited to 'src/ch/epfl/maze/physical/pacman/Clyde.java')
-rw-r--r-- | src/ch/epfl/maze/physical/pacman/Clyde.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/physical/pacman/Clyde.java b/src/ch/epfl/maze/physical/pacman/Clyde.java index 7e8bdd7..40089db 100644 --- a/src/ch/epfl/maze/physical/pacman/Clyde.java +++ b/src/ch/epfl/maze/physical/pacman/Clyde.java | |||
@@ -9,6 +9,7 @@ import ch.epfl.maze.util.Vector2D; | |||
9 | * Orange ghost from the Pac-Man game, alternates between direct chase if far | 9 | * Orange ghost from the Pac-Man game, alternates between direct chase if far |
10 | * from its target and SCATTER if close. | 10 | * from its target and SCATTER if close. |
11 | * | 11 | * |
12 | * @author EPFL | ||
12 | * @author Pacien TRAN-GIRARD | 13 | * @author Pacien TRAN-GIRARD |
13 | */ | 14 | */ |
14 | public class Clyde extends GhostPredator { | 15 | public class Clyde extends GhostPredator { |