Initial multiselect checkpoint, still long way to go

This commit is contained in:
Tyfon
2024-06-14 14:08:08 -07:00
parent 4c7e465098
commit 0bf508df1f
6 changed files with 595 additions and 0 deletions

View File

@@ -57,6 +57,9 @@
<Reference Include="UnityEngine.CoreModule">
<HintPath>$(PathToSPT)\EscapeFromTarkov_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.IMGUIModule">
<HintPath>$(PathToSPT)\EscapeFromTarkov_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.InputLegacyModule">
<HintPath>$(PathToSPT)\EscapeFromTarkov_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
</Reference>