summaryrefslogtreecommitdiff
path: root/archenemyexample/src/forgeMain/kotlin/doStuff.kt
blob: d370de858fffc03f9734c26b5b92fc0ca2ae1d2b (plain)
1
2
3
4
5
import net.minecraft.client.Minecraft

actual fun doStuff(args: Int) {
    val client = Minecraft.getInstance()
}