mirror of
https://github.com/Xevion/RimWorld_ResearchWhatever.git
synced 2025-12-15 02:13:00 -06:00
1.1
This commit is contained in:
17
Source/ResearchWhatever15/ResearchWhatever.cs
Normal file
17
Source/ResearchWhatever15/ResearchWhatever.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using HarmonyLib;
|
||||
using System.Reflection;
|
||||
using Verse;
|
||||
using RimWorld;
|
||||
|
||||
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