removed HAR as a dependency

This commit is contained in:
c0ffee 2022-10-29 19:31:19 -07:00
parent 17e7fb1374
commit d0a217ad12
3 changed files with 174 additions and 177 deletions

View File

@ -1,4 +1,4 @@
using HarmonyLib; /*using HarmonyLib;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
@ -47,7 +47,7 @@ namespace Rimworld_Animations {
} }
} }
*/
public static bool Prefix_AnimateHeadAddons(PawnRenderFlags renderFlags, Vector3 vector, Vector3 headOffset, Pawn pawn, Quaternion quat, Rot4 rotation) public static bool Prefix_AnimateHeadAddons(PawnRenderFlags renderFlags, Vector3 vector, Vector3 headOffset, Pawn pawn, Quaternion quat, Rot4 rotation)
{ {
@ -143,7 +143,7 @@ namespace Rimworld_Animations {
return true; return true;
} }
} }
*/
/* /*
[HarmonyPatch(typeof(AlienRace.HarmonyPatches), "DrawAddons")] [HarmonyPatch(typeof(AlienRace.HarmonyPatches), "DrawAddons")]
@ -350,8 +350,9 @@ namespace Rimworld_Animations {
} }
*/
} }
*/

View File

@ -36,10 +36,6 @@
<HintPath>..\..\..\..\workshop\content\294100\839005762\1.4\Assemblies\0Harmony.dll</HintPath> <HintPath>..\..\..\..\workshop\content\294100\839005762\1.4\Assemblies\0Harmony.dll</HintPath>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="AlienRace">
<HintPath>..\..\..\..\workshop\content\294100\839005762\1.4\Assemblies\AlienRace.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp"> <Reference Include="Assembly-CSharp">
<HintPath>..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath> <HintPath>..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private> <Private>False</Private>