This commit is contained in:
minjaesong
2025-03-30 18:07:02 +09:00
parent 0c35faa548
commit 51da0612d2
15 changed files with 96 additions and 36 deletions

View File

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