From 8605a09941c75cb96a9fef7fc2249885092929cb Mon Sep 17 00:00:00 2001 From: Vegapnk Date: Sun, 23 Apr 2023 20:00:50 +0200 Subject: [PATCH] Removed sneaky faulty second HarmonyInit --- Source/Animal_Inheritance/Harmony_Init.cs | 21 --------------------- Source/Rjw-Genes.csproj | 1 - 2 files changed, 22 deletions(-) delete mode 100644 Source/Animal_Inheritance/Harmony_Init.cs diff --git a/Source/Animal_Inheritance/Harmony_Init.cs b/Source/Animal_Inheritance/Harmony_Init.cs deleted file mode 100644 index 1852e9b..0000000 --- a/Source/Animal_Inheritance/Harmony_Init.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using HarmonyLib; -using Verse; - -namespace RJW_BGS -{ - [StaticConstructorOnStartup] - internal static class HarmonyInit - { - // Token: 0x0600001F RID: 31 RVA: 0x000029A4 File Offset: 0x00000BA4 - static HarmonyInit() - { - Harmony harmony = new Harmony("RJW_BGS"); - harmony.PatchAll(); - } - } -} diff --git a/Source/Rjw-Genes.csproj b/Source/Rjw-Genes.csproj index c5ccd19..68a3e34 100644 --- a/Source/Rjw-Genes.csproj +++ b/Source/Rjw-Genes.csproj @@ -30,7 +30,6 @@ -