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/Inky.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ch/epfl/maze/physical/pacman/Inky.java') 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; * Blue ghost from the Pac-Man game, targets the result of two times the vector * from Blinky to its target. * + * @author EPFL * @author Pacien TRAN-GIRARD */ public class Inky extends GhostPredator { -- cgit v1.2.3