rudimentary deploy system

This commit is contained in:
minjaesong
2022-01-24 00:29:56 +09:00
parent 367271c5ea
commit ee8da4df84
26 changed files with 163 additions and 81 deletions

View File

@@ -12,7 +12,7 @@ class EntryPoint : ModuleEntryPoint() {
override fun invoke() {
ModMgr.GameItemLoader.invoke(moduleName)
println("[${moduleName[0].uppercase()}${moduleName.substring(1)}] Dirtboard(tm) go drrrrr")
println("[${moduleName[0].toUpperCase()}${moduleName.substring(1)}] Dirtboard(tm) go drrrrr")
}
override fun dispose() {