Files
blight/settings.gradle
2026-06-16 07:03:08 +02:00

10 lines
213 B
Groovy

rootProject.name = 'blight'
include 'blight-common'
include 'blight-assets'
include 'blight-map'
include 'blight-lang'
include 'blight-editor'
include 'blight-game'
include 'blight-vegetation-generator'