Skip to content

Commit

Permalink
Small Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jan 2, 2024
1 parent 51d35d9 commit c406dfa
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
package com.nomiceu.nomilabs.mixin.solarflux;

import org.spongepowered.asm.mixin.Final;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Mutable;
import org.spongepowered.asm.mixin.Shadow;
import org.spongepowered.asm.mixin.gen.Accessor;
import tk.zeitheron.solarflux.net.NetworkSF;

@SuppressWarnings("unused")
@Mixin(value = NetworkSF.class, remap = false)
public interface INetworkSF {


@Accessor
public static void setINSTANCE(NetworkSF instance) {}
static void setINSTANCE(NetworkSF instance) {}
}

0 comments on commit c406dfa

Please sign in to comment.