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/Predator.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ch/epfl/maze/physical/Predator.java') diff --git a/src/ch/epfl/maze/physical/Predator.java b/src/ch/epfl/maze/physical/Predator.java index 7d30ce6..0b20ca0 100644 --- a/src/ch/epfl/maze/physical/Predator.java +++ b/src/ch/epfl/maze/physical/Predator.java @@ -6,6 +6,7 @@ import ch.epfl.maze.util.Vector2D; /** * Predator that kills a prey when they meet with each other in the labyrinth. * + * @author EPFL * @author Pacien TRAN-GIRARD */ abstract public class Predator extends ProbabilisticAnimal { -- cgit v1.2.3