com.teamwizardry.librarianlib.LibrarianLib.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core classes used by the other LibrarianLib modules
package com.teamwizardry.librarianlib
import com.teamwizardry.librarianlib.core.util.ModLogManager
import net.fabricmc.api.ModInitializer
public object LibrarianLib : ModInitializer {
public val logManager: ModLogManager = ModLogManager("librarianlib", "LibrarianLib")
override fun onInitialize() {
}
}