lets go mario

This commit is contained in:
Optioneel
2023-07-06 22:51:32 +02:00
commit 0bd5b7e109
37 changed files with 1729 additions and 0 deletions

6
core/build.gradle Normal file
View File

@@ -0,0 +1,6 @@
sourceCompatibility = 1.7
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project.name = appName + "-core"