chore: use local OTA lib

This commit is contained in:
Cai 2026-01-27 19:37:12 +08:00
parent e8bbb7f93f
commit 593f510149
No known key found for this signature in database
GPG key ID: 7D738D40768F4D11
6 changed files with 10 additions and 2 deletions

2
.gitignore vendored
View file

@ -5,7 +5,6 @@ releases/
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
@ -69,3 +68,4 @@ packages/*
# Private key files #
scripts/ssh_private_key
.idea

View file

@ -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;

View file

@ -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>

BIN
lib/ModFramework.dll Normal file

Binary file not shown.

BIN
lib/OTAPI.Runtime.dll Normal file

Binary file not shown.

BIN
lib/OTAPI.dll Normal file

Binary file not shown.