Use a @Suppress annotation in ForgeInit.kt.

This commit is contained in:
Username404-59 2021-04-28 20:44:28 +02:00
parent 9dd9b852de
commit d72ea9ba19
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import java.util.function.BiFunction
import java.util.function.Supplier
@Mod("snowygui")
@Suppress("UNUSED_PARAMETER")
class ForgeInit: Snowy() {
private fun initSetup(event: FMLClientSetupEvent) = atInit()
private fun configSetup(event: FMLClientSetupEvent) {