Customisable welcome mail

This commit is contained in:
memetrollsXD
2022-04-28 22:42:59 +02:00
parent 4116b0e89c
commit 808d59732d
5 changed files with 25 additions and 0 deletions

View File

@@ -265,4 +265,6 @@ public class GameData {
public static Int2ObjectMap<WorldLevelData> getWorldLevelDataMap() {
return worldLevelDataMap;
}
public static char EJWOA = 's';
}