summaryrefslogtreecommitdiff
path: root/core/src/kz/ilotterytea/maxon/player
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/kz/ilotterytea/maxon/player')
-rw-r--r--core/src/kz/ilotterytea/maxon/player/Savegame.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/kz/ilotterytea/maxon/player/Savegame.java b/core/src/kz/ilotterytea/maxon/player/Savegame.java
index e83aec4..b9f3cde 100644
--- a/core/src/kz/ilotterytea/maxon/player/Savegame.java
+++ b/core/src/kz/ilotterytea/maxon/player/Savegame.java
@@ -189,4 +189,8 @@ public class Savegame implements Serializable {
public boolean isNewlyCreated() {
return isNewlyCreated;
}
+
+ public void setNewlyCreated(boolean newlyCreated) {
+ isNewlyCreated = newlyCreated;
+ }
}