Skip to content

Commit

Permalink
Add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
jchung01 committed Sep 25, 2024
1 parent a8781ad commit dfe4aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

// Courtesy of jchung01, McJty
@Mixin(value = RuleBase.class, remap = false)
public class UTRuleBaseMixin
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

// Courtesy of jchung01
@Mixin(value = SummonAidRule.class, remap = false)
public abstract class UTSummonAidRuleMixin extends RuleBase<SummonEventGetter>
{
Expand Down

0 comments on commit dfe4aab

Please sign in to comment.