feature/serialize #1

Merged
manuel merged 7 commits from feature/serialize into master 2022-02-02 01:15:21 +01:00
Showing only changes of commit 195df4f120 - Show all commits

View file

@ -49,11 +49,6 @@ public class Labyrinth {
/** /**
* INTERNAL API. * INTERNAL API.
* Exists only for deserialization. Not to be called from user code. * Exists only for deserialization. Not to be called from user code.
*
* @param field
* @param width
* @param height
* @param randomSeed
*/ */
private Labyrinth(@NonNull final Tile[][] field, final int width, final int height, final long randomSeed) { private Labyrinth(@NonNull final Tile[][] field, final int width, final int height, final long randomSeed) {
this.field = field; this.field = field;