Add modular fight system components and configurations

Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
2026-03-17 18:30:53 +01:00
parent 5e19629df5
commit a37321d3b8
19 changed files with 638 additions and 3 deletions
+2 -1
View File
@@ -18,7 +18,7 @@
*/
plugins {
steamwar.java
steamwar.kotlin
}
dependencies {
@@ -29,4 +29,5 @@ dependencies {
compileOnly(libs.nms14)
compileOnly(libs.worldedit15)
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.2.21")
}