Decompiled source of TnH Akane chan Voicelines v2.0.1

bootstrap.dll

Decompiled 2 months ago
using System.Collections;
using System.Linq;
using System.Reflection;
using BepInEx;
using Stratum;
using Stratum.Jobs;

[assembly: AssemblyVersion("1.1.0.0")]
[BepInPlugin("Meat_banono-Scavsig_Voices", "Scavsig_Voices", "1.1.0")]
public sealed class Plugin : StratumPlugin
{
	public override void OnSetup(IStageContext<Empty> ctx)
	{
		//IL_0035: Unknown result type (might be due to invalid IL or missing references)
		ExtPipeline.Build<AssetPipeline<Empty>>(((AssetPipeline<Empty, AssetPipeline<Empty>>)(object)new AssetPipeline<Empty>(((StratumPlugin)this).Directories.Resources)).AddAsset("dll.potatoes.ptnhbgml", "tnhbgmlsosigvls", "sosigvlsyamlfest.yaml")).Invoke(((IReadOnlyStageContext<Empty>)(object)ctx).Stage, ((BaseUnityPlugin)this).Logger);
	}

	public override IEnumerator OnRuntime(IStageContext<IEnumerator> ctx)
	{
		return ((IEnumerable)Enumerable.Empty<object>()).GetEnumerator();
	}
}