Removed HAR Dependency

This commit is contained in:
Platinum 2020-04-24 01:09:34 -07:00
parent 83b4cd689f
commit 5aaab31a7e
2 changed files with 2 additions and 5 deletions

View file

@ -36,10 +36,6 @@
<HintPath>..\..\..\..\workshop\content\294100\2009463077\v1.1\Assemblies\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AlienRace">
<HintPath>..\..\..\..\workshop\content\294100\839005762\1.1\Assemblies\AlienRace.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp, Version=1.1.7397.36407, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>

View file

@ -1,4 +1,4 @@
using HarmonyLib;
/*using HarmonyLib;
using System;
using System.Collections.Generic;
using System.Linq;
@ -139,3 +139,4 @@ namespace Rimworld_Animations {
}
}
}
*/