File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/net/fabricmc/tinyremapper/extension/mixin/integration/mixins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818
1919package net .fabricmc .tinyremapper .extension .mixin .integration .mixins ;
2020
21- import net .fabricmc .tinyremapper .extension .mixin .integration .targets .Target ;
22-
2321import org .spongepowered .asm .mixin .Mixin ;
2422import org .spongepowered .asm .mixin .injection .At ;
2523import org .spongepowered .asm .mixin .injection .Inject ;
2624import org .spongepowered .asm .mixin .injection .callback .CallbackInfo ;
2725import org .spongepowered .asm .mixin .injection .callback .CallbackInfoReturnable ;
2826
27+ import net .fabricmc .tinyremapper .extension .mixin .integration .targets .Target ;
28+
2929@ Mixin (Target .class )
3030public abstract class TargetMixin {
3131 @ Inject (method = "<init>*" , at = @ At (value = "RETURN" ))
You can’t perform that action at this time.
0 commit comments