diff options
| author | ilotterytea <iltsu@alright.party> | 2024-10-25 20:43:49 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-10-25 20:43:49 +0500 |
| commit | 47d07aa915b12df456b62d395b1c1cbd8481bced (patch) | |
| tree | 8c6be0bd924e6aa816a35dd2f388103f7bda5f19 /core/src/kz/ilotterytea/maxon/MaxonConstants.java | |
| parent | 56f5e02f8fd97187d3794d1c2ccc75bee0033219 (diff) | |
feat: now everyone on discord knows you are petting maxon
Diffstat (limited to 'core/src/kz/ilotterytea/maxon/MaxonConstants.java')
| -rw-r--r-- | core/src/kz/ilotterytea/maxon/MaxonConstants.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/kz/ilotterytea/maxon/MaxonConstants.java b/core/src/kz/ilotterytea/maxon/MaxonConstants.java index 82e8143..fc07f27 100644 --- a/core/src/kz/ilotterytea/maxon/MaxonConstants.java +++ b/core/src/kz/ilotterytea/maxon/MaxonConstants.java @@ -42,6 +42,8 @@ public class MaxonConstants { public static final String GAME_VERSIONS_FILE_URL = "https://assets.ilotterytea.kz/maxon/versions.json"; + public static final long DISCORD_APPLICATION_ID = 1051092609659052062L; + public static final Texture MISSING_TEXTURE; static { |
