feat(ball-velocity): 添加 velocity 支持

This commit is contained in:
2024-03-17 22:12:34 +08:00
parent 059864424c
commit 37ef53d635
11 changed files with 626 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ rootProject.name = "hamster-ball"
include("ball-common")
include("ball-bukkit")
include("ball-bungee")
include("ball-velocity")