diff options
| author | ilotterytea <iltsu@alright.party> | 2024-10-26 00:52:53 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-10-26 00:52:53 +0500 |
| commit | 4c205aaaf26b65ed6f5ada09b894345f131d5be7 (patch) | |
| tree | 0feeb0aa6cd7057f1ce4ec344a9d86c9bf67cee0 /core/src/kz/ilotterytea/maxon/MaxonConstants.java | |
| parent | d1ee70ccb99cc23cbd3d20bb5daf70cd9aa54205 (diff) | |
upd: code cleanup
Diffstat (limited to 'core/src/kz/ilotterytea/maxon/MaxonConstants.java')
| -rw-r--r-- | core/src/kz/ilotterytea/maxon/MaxonConstants.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/src/kz/ilotterytea/maxon/MaxonConstants.java b/core/src/kz/ilotterytea/maxon/MaxonConstants.java index dca8771..7583aba 100644 --- a/core/src/kz/ilotterytea/maxon/MaxonConstants.java +++ b/core/src/kz/ilotterytea/maxon/MaxonConstants.java @@ -8,7 +8,6 @@ import com.badlogic.gdx.graphics.Texture; import kz.ilotterytea.maxon.utils.OsUtils; import java.text.DecimalFormat; -import java.text.SimpleDateFormat; public class MaxonConstants { public static final String GAME_NAME = "Maxon Petting Simulator"; @@ -36,9 +35,6 @@ public class MaxonConstants { public static final DecimalFormat DECIMAL_FORMAT = new DecimalFormat("###,###.#"); public static final DecimalFormat DECIMAL_FORMAT2 = new DecimalFormat("###,###"); - @SuppressWarnings("SimpleDateFormat") - public static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("dd/M/yyyy hh:mm:ss"); - public static final long startTime = System.currentTimeMillis(); public static final String GAME_VERSIONS_FILE_URL = "https://assets.ilotterytea.kz/maxon/versions.json"; |
