Skip to content

Commit

Permalink
[BloodRefill,Shared] Moved the DeathHook to the Shared code folder
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteFang5 committed Aug 6, 2022
1 parent 05503bc commit d7501d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions BloodRefill/BloodRefill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<Compile Include="..\Shared\CommandSystem\CommandExtensions.cs" Link="Shared\CommandExtensions.cs" />
<Compile Include="..\Shared\CommandSystem\CommandSystem.cs" Link="Shared\CommandSystem.cs" />
<Compile Include="..\Shared\CommandSystem\CommandSystemConfig.cs" Link="Shared\CommandSystemConfig.cs" />
<Compile Include="..\Shared\DeathHook.cs" Link="Shared\DeathHook.cs" />
<Compile Include="..\Shared\ExtensionMethods.cs" Link="Shared\ExtensionMethods.cs" />
<Compile Include="..\Shared\SaveHook.cs" Link="Shared\SaveHook.cs" />
<Compile Include="..\Shared\Utils.cs" Link="Shared\Utils.cs" />
Expand Down
2 changes: 1 addition & 1 deletion BloodRefill/Hooks/DeathHook.cs → Shared/DeathHook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Unity.Collections;
using Wetstone.API;

namespace VMods.BloodRefill
namespace VMods.Shared
{
[HarmonyPatch]
public static class DeathHook
Expand Down

0 comments on commit d7501d2

Please sign in to comment.