From fb492341a1d05590c5230e8e0bd5e48f530944fe Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 24 Nov 2015 11:15:53 +0100 Subject: Properly set class authors --- src/ch/epfl/maze/physical/pacman/Pinky.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ch/epfl/maze/physical/pacman/Pinky.java') diff --git a/src/ch/epfl/maze/physical/pacman/Pinky.java b/src/ch/epfl/maze/physical/pacman/Pinky.java index 9c3d2c8..f3e145d 100644 --- a/src/ch/epfl/maze/physical/pacman/Pinky.java +++ b/src/ch/epfl/maze/physical/pacman/Pinky.java @@ -9,6 +9,7 @@ import ch.epfl.maze.util.Vector2D; /** * Pink ghost from the Pac-Man game, targets 4 squares in front of its target. * + * @author EPFL * @author Pacien TRAN-GIRARD */ public class Pinky extends GhostPredator { -- cgit v1.2.3