initial implementation

This commit is contained in:
2022-07-02 11:38:45 +01:00
parent 15557dfeec
commit 958f3796f8
12 changed files with 218 additions and 7 deletions

View File

@ -10,4 +10,12 @@
<ItemGroup>
<PackageReference Include="tModLoader.CodeAssist" Version="0.1.*" />
</ItemGroup>
<ItemGroup>
<Reference Include="MagicStorage">
<HintPath>..\Mod Libraries\MagicStorage.dll</HintPath>
</Reference>
<Reference Include="MMHOOK_MagicStorage">
<HintPath>lib\MMHOOK_MagicStorage.dll</HintPath>
</Reference>
</ItemGroup>
</Project>