Updated references for new SPT dlls for v1.0.3 build
This commit is contained in:
parent
36bc9014fd
commit
a125b00eea
@ -23,15 +23,21 @@
|
||||
<Reference Include="0Harmony">
|
||||
<HintPath>..\References\0Harmony.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Aki.Reflection">
|
||||
<HintPath>..\References\Aki.Reflection.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Assembly-CSharp">
|
||||
<HintPath>..\References\Assembly-CSharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="BepInEx">
|
||||
<HintPath>..\References\BepInEx.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="spt-common">
|
||||
<HintPath>..\References\spt-common.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="spt-core">
|
||||
<HintPath>..\References\spt-core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="spt-reflection">
|
||||
<HintPath>..\References\spt-reflection.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TrackIRUnity">
|
||||
<HintPath>..\References\TrackIRUnity.dll</HintPath>
|
||||
</Reference>
|
||||
|
@ -1,4 +1,4 @@
|
||||
using Aki.Reflection.Patching;
|
||||
using SPT.Reflection.Patching;
|
||||
using BepInEx;
|
||||
using BepInEx.Configuration;
|
||||
using EFT;
|
||||
@ -16,7 +16,7 @@ using UnityEngine;
|
||||
|
||||
namespace JBTrackIR;
|
||||
|
||||
[BepInPlugin("com.jonbons.trackir", "JonBons.TrackIR", "1.0.2")]
|
||||
[BepInPlugin("com.jonbons.trackir", "JonBons.TrackIR", "1.0.3")]
|
||||
public class Plugin : BaseUnityPlugin
|
||||
{
|
||||
static ConfigEntry<bool> tirRefresh;
|
||||
|
Loading…
x
Reference in New Issue
Block a user