feat: eating toggle is now functional

added a harmony transpiler to replace check for ThingDef.surfaceType with bool EatableComp.EatableFrom
This commit is contained in:
Maciej Pawłowski 2025-04-19 20:35:07 +02:00
parent c298657f6f
commit 180891f7aa
Signed by: maciek
GPG key ID: 9FC186633565C9C7
3 changed files with 114 additions and 0 deletions

View file

@ -40,6 +40,10 @@ You should have received a copy of the GNU General Public License along with "Ta
<HintPath>../../../RimWorldLinux_Data/Managed/UnityEngine.CoreModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="0Harmony.dll">
<HintPath>../../2009463077/Current/Assemblies/0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>