summaryrefslogtreecommitdiff
path: root/core/src/com/ilotterytea/maxoning/MaxonConstants.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/com/ilotterytea/maxoning/MaxonConstants.java')
-rw-r--r--core/src/com/ilotterytea/maxoning/MaxonConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/com/ilotterytea/maxoning/MaxonConstants.java b/core/src/com/ilotterytea/maxoning/MaxonConstants.java
index 04bc932..42f2892 100644
--- a/core/src/com/ilotterytea/maxoning/MaxonConstants.java
+++ b/core/src/com/ilotterytea/maxoning/MaxonConstants.java
@@ -21,6 +21,7 @@ public class MaxonConstants {
public static final FileHandle FILE_RU_RU = Gdx.files.internal("i18n/ru_ru.json");
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();