Add libs to COI

This commit is contained in:
2024-10-18 18:54:08 +02:00
parent 335fc98ac2
commit 7b3f628215
2 changed files with 6 additions and 1 deletions

View File

@@ -52,6 +52,12 @@
<Reference Include="UnityEngine.CoreModule">
<HintPath>$(GAME_MANAGED)/UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="Mafi">
<HintPath>$(GAME_MANAGED)/Mafi.dll</HintPath>
</Reference>
<Reference Include="Mafi.Core">
<HintPath>$(GAME_MANAGED)/Mafi.Core.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/>
</Project>

View File

@@ -1,5 +1,4 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection.Emit;