diff options
Diffstat (limited to 'core/src/com/ilotterytea/maxoning/MaxonConstants.java')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/MaxonConstants.java | 7 |
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"; +} |
