0

add Minigame project

This commit is contained in:
2021-01-07 09:34:36 +03:00
parent d0f1ea7b90
commit 6f51bedba1
7 changed files with 108 additions and 0 deletions

5
minigame/build.gradle Normal file
View File

@@ -0,0 +1,5 @@
dependencies {
implementation project(':tools')
compileOnly libs.bukkit
}