Skip to content

Commit

Permalink
Add audio module ref
Browse files Browse the repository at this point in the history
  • Loading branch information
bookdude13 committed Oct 14, 2024
1 parent 698dbcf commit e015d75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SRVoting/SRVoting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.0.0.0</Version>
<SynthRidersDir>C:\Program Files (x86)\Steam\steamapps\common\SynthRiders</SynthRidersDir>
<SynthRidersDir>E:\SteamLibrary\steamapps\common\SynthRiders</SynthRidersDir>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
Expand Down Expand Up @@ -52,6 +52,9 @@
<Reference Include="UnityEngine">
<HintPath>$(SynthRidersDir)\MelonLoader\Il2CppAssemblies\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AudioModule">
<HintPath>$(SynthRidersDir)\MelonLoader\Il2CppAssemblies\UnityEngine.AudioModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>$(SynthRidersDir)\MelonLoader\Il2CppAssemblies\UnityEngine.CoreModule.dll</HintPath>
</Reference>
Expand Down

0 comments on commit e015d75

Please sign in to comment.