Decompiled source of NO GRAB INDICATORS v1.0.0

NoIndicatorMod.dll

Decompiled 4 months ago
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using HarmonyLib;
using Il2CppSLZ.Interaction;
using MelonLoader;
using NoIndicatorMod;

[assembly: CompilationRelaxations(8)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
[assembly: MelonInfo(typeof(Main), "NoIndicators", "1.0.0", "Gorvert", null)]
[assembly: MelonGame("Stress Level Zero", "BONELAB")]
[assembly: AssemblyTitle("NoIndicatorMod")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NoIndicatorMod")]
[assembly: AssemblyCopyright("Copyright ©  2025")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]
[assembly: Guid("01ca167a-b295-43ed-9e5d-2c2b30acf414")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: TargetFramework(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
[assembly: AssemblyVersion("1.0.0.0")]
namespace NoIndicatorMod;

public class Main : MelonMod
{
	public override void OnApplicationStart()
	{
		((MelonBase)this).HarmonyInstance.PatchAll();
	}
}
[HarmonyPatch(typeof(InteractableIcon), "Awake")]
public static class InteractableIconPatch
{
	private static void Postfix(InteractableIcon __instance)
	{
		__instance.RemoveIcon();
	}
}