init: 项目初始化

项目初始化
This commit is contained in:
2022-08-06 01:15:48 +08:00
commit 75b06aae41
33 changed files with 2610 additions and 0 deletions

5
settings.gradle Normal file
View File

@@ -0,0 +1,5 @@
rootProject.name = 'hamster-core'
include 'hamster-core-common'
include 'hamster-core-bukkit'
include 'hamster-core-proxy'