From 6377ee262c95537355801ee28149b87eb6d9cb9e Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 26 Aug 2022 18:23:43 +0600 Subject: Initial commit --- core/src/com/ilotterytea/maxoning/MaxonConstants.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/src/com/ilotterytea/maxoning/MaxonConstants.java (limited to 'core/src/com/ilotterytea/maxoning/MaxonConstants.java') 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"; +} -- cgit v1.2.3