Decompiled source of TheBenBroREPOMod v1.0.1

TheBenBroREPO.dll

Decompiled a week ago
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.Versioning;
using BepInEx;
using REPOLib.Modules;
using UnityEngine;

[assembly: CompilationRelaxations(8)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
[assembly: TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName = ".NET Standard 2.1")]
[assembly: AssemblyCompany("TheBenBroREPO")]
[assembly: AssemblyConfiguration("Debug")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: AssemblyProduct("TheBenBroREPO")]
[assembly: AssemblyTitle("TheBenBroREPO")]
[assembly: AssemblyVersion("1.0.0.0")]
namespace TheBenBroREPO;

[BepInPlugin("TheBenBro.TheBenBro", "TheBenBroMod", "1.0.0")]
[BepInDependency(/*Could not decode attribute arguments.*/)]
public class Class1 : BaseUnityPlugin
{
	private void Awake()
	{
		AssetBundle val = AssetBundle.LoadFromFile(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "nitty.asset"));
		AssetBundle val2 = AssetBundle.LoadFromFile(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "plumbob.asset"));
		if ((Object)(object)val2 == (Object)null)
		{
			Debug.Log((object)"Failed to load plumbob!");
			return;
		}
		GameObject val3 = val.LoadAsset<GameObject>("Nitty");
		GameObject val4 = val2.LoadAsset<GameObject>("Plumbob");
		Valuables.RegisterValuable(val3);
		Valuables.RegisterValuable(val4);
	}
}