chore: use local OTA lib
This commit is contained in:
parent
e8bbb7f93f
commit
593f510149
6 changed files with 10 additions and 2 deletions
|
|
@ -45,7 +45,6 @@ using TShockAPI.Localization;
|
|||
using TShockAPI.Configuration;
|
||||
using Terraria.GameContent.Creative;
|
||||
using System.Runtime.InteropServices;
|
||||
using MonoMod.Cil;
|
||||
using Terraria.Achievements;
|
||||
using Terraria.Initializers;
|
||||
using Terraria.UI.Chat;
|
||||
|
|
|
|||
|
|
@ -47,6 +47,15 @@
|
|||
<Reference Include="HttpServer">
|
||||
<HintPath>..\prebuilts\HttpServer.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="ModFramework">
|
||||
<HintPath>..\lib\ModFramework.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="OTAPI">
|
||||
<HintPath>..\lib\OTAPI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="OTAPI.Runtime">
|
||||
<HintPath>..\lib\OTAPI.Runtime.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue