package jackcartersmith.orbsat.client; import jackcartersmith.orbsat.common.CommonProxy; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.relauncher.Side; @Mod.EventBusSubscriber(Side.CLIENT) public class ClientProxy extends CommonProxy{ //public static IEItemFontRender itemFont; }