mirror of
https://github.com/Xevion/RimWorld_ResearchWhatever.git
synced 2025-12-10 10:08:32 -06:00
1.0.5
This commit is contained in:
17
Source/ResearchWhatever14/ResearchWhatever.cs
Normal file
17
Source/ResearchWhatever14/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