mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
16 lines
No EOL
279 B
C#
16 lines
No EOL
279 B
C#
using Verse;
|
|
using HarmonyLib;
|
|
|
|
|
|
namespace RJW_Genes
|
|
{
|
|
[StaticConstructorOnStartup]
|
|
internal static class HarmonyInit
|
|
{
|
|
static HarmonyInit()
|
|
{
|
|
Harmony harmony = new Harmony("rjw_genes");
|
|
harmony.PatchAll();
|
|
}
|
|
}
|
|
} |