diff options
Diffstat (limited to 'src/ch/epfl/maze/physical/pacman/Inky.java')
-rw-r--r-- | src/ch/epfl/maze/physical/pacman/Inky.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/physical/pacman/Inky.java b/src/ch/epfl/maze/physical/pacman/Inky.java index de0466d..05c712c 100644 --- a/src/ch/epfl/maze/physical/pacman/Inky.java +++ b/src/ch/epfl/maze/physical/pacman/Inky.java | |||
@@ -11,6 +11,7 @@ import java.util.NoSuchElementException; | |||
11 | * Blue ghost from the Pac-Man game, targets the result of two times the vector | 11 | * Blue ghost from the Pac-Man game, targets the result of two times the vector |
12 | * from Blinky to its target. | 12 | * from Blinky to its target. |
13 | * | 13 | * |
14 | * @author EPFL | ||
14 | * @author Pacien TRAN-GIRARD | 15 | * @author Pacien TRAN-GIRARD |
15 | */ | 16 | */ |
16 | public class Inky extends GhostPredator { | 17 | public class Inky extends GhostPredator { |