diff options
| author | ilotterytea <iltsu@alright.party> | 2022-08-26 18:23:43 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-08-26 18:23:43 +0600 |
| commit | 6377ee262c95537355801ee28149b87eb6d9cb9e (patch) | |
| tree | 092283abb8f8a3aee43c365421bc820e5a307ceb /core/src/com/ilotterytea/maxoning/MaxonConstants.java | |
Initial commit
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"; +} |
