This commit is contained in:
Finn
2026-01-14 15:15:02 +01:00
commit c3f5605107
55 changed files with 2655 additions and 0 deletions

8
settings.gradle.kts Normal file
View File

@@ -0,0 +1,8 @@
rootProject.name = "Hytale"
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}