Skip to content

Commit

Permalink
Fix lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottWilson0903 committed Nov 3, 2021
1 parent 212c70d commit e56313a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CardLoaderMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<Reference Include="CardLoader">
<HintPath>lib\CardLoaderPlugin.dll</HintPath>
<HintPath>lib\API.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>lib\Assembly-CSharp.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using DiskCardGame;
using HarmonyLib;
using UnityEngine;
using CardLoaderPlugin;
using APIPlugin;

namespace CardLoaderMod
{
Expand Down
Binary file removed lib/CardLoaderPlugin.dll
Binary file not shown.

0 comments on commit e56313a

Please sign in to comment.