This commit is contained in:
Platinum 2020-04-27 00:14:36 -07:00
parent 2ee8975fd0
commit e0ffbd110d
2 changed files with 3 additions and 6 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,5 @@
using HarmonyLib;
/*
using HarmonyLib;
using System;
using System.Collections.Generic;
using System.Linq;
@ -138,4 +139,4 @@ namespace Rimworld_Animations {
return false;
}
}
}
}*/