diff options
Diffstat (limited to 'src/ch/epfl/maze/util/Action.java')
-rw-r--r-- | src/ch/epfl/maze/util/Action.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/util/Action.java b/src/ch/epfl/maze/util/Action.java index 069f135..6634293 100644 --- a/src/ch/epfl/maze/util/Action.java +++ b/src/ch/epfl/maze/util/Action.java | |||
@@ -4,6 +4,8 @@ package ch.epfl.maze.util; | |||
4 | * Immutable action that encapsulates a choice made by an animal and information | 4 | * Immutable action that encapsulates a choice made by an animal and information |
5 | * about it, such as if it was successful or not, and if the animal will die | 5 | * about it, such as if it was successful or not, and if the animal will die |
6 | * <i>while</i> performing it. | 6 | * <i>while</i> performing it. |
7 | * | ||
8 | * @author EPFL | ||
7 | */ | 9 | */ |
8 | public final class Action { | 10 | public final class Action { |
9 | 11 | ||