chore: use local OTA lib
This commit is contained in:
parent
e8bbb7f93f
commit
593f510149
6 changed files with 10 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,7 +5,6 @@ releases/
|
||||||
###################
|
###################
|
||||||
*.com
|
*.com
|
||||||
*.class
|
*.class
|
||||||
*.dll
|
|
||||||
*.exe
|
*.exe
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
|
|
@ -69,3 +68,4 @@ packages/*
|
||||||
|
|
||||||
# Private key files #
|
# Private key files #
|
||||||
scripts/ssh_private_key
|
scripts/ssh_private_key
|
||||||
|
.idea
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,6 @@ using TShockAPI.Localization;
|
||||||
using TShockAPI.Configuration;
|
using TShockAPI.Configuration;
|
||||||
using Terraria.GameContent.Creative;
|
using Terraria.GameContent.Creative;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using MonoMod.Cil;
|
|
||||||
using Terraria.Achievements;
|
using Terraria.Achievements;
|
||||||
using Terraria.Initializers;
|
using Terraria.Initializers;
|
||||||
using Terraria.UI.Chat;
|
using Terraria.UI.Chat;
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,15 @@
|
||||||
<Reference Include="HttpServer">
|
<Reference Include="HttpServer">
|
||||||
<HintPath>..\prebuilts\HttpServer.dll</HintPath>
|
<HintPath>..\prebuilts\HttpServer.dll</HintPath>
|
||||||
</Reference>
|
</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>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
BIN
lib/ModFramework.dll
Normal file
BIN
lib/ModFramework.dll
Normal file
Binary file not shown.
BIN
lib/OTAPI.Runtime.dll
Normal file
BIN
lib/OTAPI.Runtime.dll
Normal file
Binary file not shown.
BIN
lib/OTAPI.dll
Normal file
BIN
lib/OTAPI.dll
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue