Initial Commit
Build Client / build (push) Canceled after 0s

This commit is contained in:
ShadowNetReal
2026-09-10 17:55:42 -04:00
commit a8b90368f8
3468 changed files with 462861 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
@echo off
if not exist gradlew (
gradle wrapper
)
+4
View File
@@ -0,0 +1,4 @@
if ! [ -f "gradlew" ]; then
gradle wrapper
fi;
chmod +x gradlew