Skip to content

Commit ab7d99b

Browse files
committed
Add dll references to Equipwheel(Two,Three,Four)
1 parent 57bb1da commit ab7d99b

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

EquipWheelFour/EquipWheelFour.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
<HintPath>..\Libraries\BepInEx.dll</HintPath>
5757
<Private>false</Private>
5858
</Reference>
59+
<Reference Include="Unity.TextMeshPro">
60+
<HintPath>..\Libraries\Unity.TextMeshPro.dll</HintPath>
61+
</Reference>
5962
<Reference Include="UnityEngine">
6063
<HintPath>..\Libraries\UnityEngine.dll</HintPath>
6164
<Private>false</Private>

EquipWheelThree/EquipWheelThree.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
<HintPath>..\Libraries\BepInEx.dll</HintPath>
5757
<Private>false</Private>
5858
</Reference>
59+
<Reference Include="Unity.TextMeshPro">
60+
<HintPath>..\Libraries\Unity.TextMeshPro.dll</HintPath>
61+
</Reference>
5962
<Reference Include="UnityEngine">
6063
<HintPath>..\Libraries\UnityEngine.dll</HintPath>
6164
<Private>false</Private>

EquipWheelTwo/EquipWheelTwo.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
<HintPath>..\Libraries\BepInEx.dll</HintPath>
5757
<Private>false</Private>
5858
</Reference>
59+
<Reference Include="Unity.TextMeshPro">
60+
<HintPath>..\Libraries\Unity.TextMeshPro.dll</HintPath>
61+
</Reference>
5962
<Reference Include="UnityEngine">
6063
<HintPath>..\Libraries\UnityEngine.dll</HintPath>
6164
<Private>false</Private>

0 commit comments

Comments
 (0)