mirror of
https://github.com/Xevion/RimWorld_ResearchWhatever.git
synced 2025-12-10 14:08:31 -06:00
1.0
This commit is contained in:
16
Source/ResearchWhatever13/ResearchWhatever.cs
Normal file
16
Source/ResearchWhatever13/ResearchWhatever.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using HarmonyLib;
|
||||
using System.Reflection;
|
||||
using Verse;
|
||||
|
||||
namespace ResearchWhatever
|
||||
{
|
||||
[StaticConstructorOnStartup]
|
||||
public class ResearchWhatever : Mod
|
||||
{
|
||||
public ResearchWhatever(ModContentPack content) : base(content)
|
||||
{
|
||||
var harmony = new Harmony("net.avilmask.rimworld.mod.ResearchWhatever");
|
||||
harmony.PatchAll(Assembly.GetExecutingAssembly());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user