Implement auto loot

This commit is contained in:
2024-12-31 15:21:57 +01:00
parent 983aaa68e6
commit cd104d142e
3 changed files with 30 additions and 8 deletions

View File

@@ -52,6 +52,9 @@
<Reference Include="UnityEngine.CoreModule">
<HintPath>$(GAME_MANAGED)/UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>$(GAME_MANAGED)/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="XRL">
<HintPath>$(GAME_MANAGED)/Assembly-CSharp.dll</HintPath>
</Reference>