mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
14 lines
271 B
C#
14 lines
271 B
C#
using System.Reflection;
|
|
using Verse;
|
|
|
|
namespace RJWSexperience.Ideology
|
|
{
|
|
[StaticConstructorOnStartup]
|
|
internal static class Harmony
|
|
{
|
|
static Harmony()
|
|
{
|
|
new HarmonyLib.Harmony("RJW_Sexperience.Ideology").PatchAll(Assembly.GetExecutingAssembly());
|
|
}
|
|
}
|
|
}
|