Initial Commit

This commit is contained in:
2025-03-06 21:45:08 +01:00
commit 9ddc02ad79
25 changed files with 513 additions and 0 deletions

5
settings.gradle.kts Normal file
View File

@ -0,0 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "ReplayUtils"