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.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/com/ilotterytea/maxoning/MaxonConstants.java b/core/src/com/ilotterytea/maxoning/MaxonConstants.java
new file mode 100644
index 0000000..ad771e4
--- /dev/null
+++ b/core/src/com/ilotterytea/maxoning/MaxonConstants.java
@@ -0,0 +1,7 @@
+package com.ilotterytea.maxoning;
+
+public class MaxonConstants {
+ public static final String GAME_NAME = "Maxon Petting Simulator";
+ public static final String GAME_VERSION = "Alpha 1.0.0";
+ public static final String GAME_PUBLISHER = "iLotterytea";
+}