compatibility

This commit is contained in:
Platinum 2020-04-26 08:06:23 -07:00
parent 150e567a1d
commit e2335d7db5
4 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -36,6 +36,9 @@
<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>
</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;
@ -138,5 +138,4 @@ namespace Rimworld_Animations {
return false;
}
}
}
*/
}