Fix a typo in ButtonInfo.kt
This commit is contained in:
parent
4dfd850f33
commit
54799044d6
|
@ -6,7 +6,7 @@ import net.minecraft.network.chat.TranslatableComponent
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Should be used on classes/objects extending [ButtonImpl]
|
* Should be used on classes/objects extending [ButtonImpl]
|
||||||
**/
|
*/
|
||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
@Retention(AnnotationRetention.RUNTIME)
|
@Retention(AnnotationRetention.RUNTIME)
|
||||||
annotation class ButtonInfo(
|
annotation class ButtonInfo(
|
||||||
|
|
Loading…
Reference in New Issue