diff options
Diffstat (limited to 'src/main/kotlin/net/fabricmc')
-rw-r--r-- | src/main/kotlin/net/fabricmc/example/ExampleMod.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/net/fabricmc/example/ExampleMod.kt b/src/main/kotlin/net/fabricmc/example/ExampleMod.kt index aebbd4b..f011df7 100644 --- a/src/main/kotlin/net/fabricmc/example/ExampleMod.kt +++ b/src/main/kotlin/net/fabricmc/example/ExampleMod.kt @@ -1,5 +1,6 @@ package net.fabricmc.example +// For support join https://discord.gg/v6v4pMv @Suppress("unused") fun init() { |