aboutsummaryrefslogtreecommitdiff
path: root/src/ch/epfl/xblast/Cell.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/xblast/Cell.java')
-rw-r--r--src/ch/epfl/xblast/Cell.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/xblast/Cell.java b/src/ch/epfl/xblast/Cell.java
index 9a17f6a..d31a889 100644
--- a/src/ch/epfl/xblast/Cell.java
+++ b/src/ch/epfl/xblast/Cell.java
@@ -8,6 +8,7 @@ import java.util.List;
8 * A Cell. 8 * A Cell.
9 * 9 *
10 * @author Pacien TRAN-GIRARD (261948) 10 * @author Pacien TRAN-GIRARD (261948)
11 * @author Timothée FLOURE (257420)
11 */ 12 */
12public final class Cell { 13public final class Cell {
13 14