summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/util/Action.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/util/Action.java')
-rw-r--r--src/ch/epfl/maze/util/Action.java2
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 */
8public final class Action { 10public final class Action {
9 11