px32-bot/settings.gradle.kts
2024-09-20 10:34:58 +09:00

5 lines
129 B
Text

rootProject.name = "px32-bot"
include("px32-bot-core")
include("px32-bot-api")
include("px32-bot-func")
include("sample-plugin")