Skip to content

Commit

Permalink
[FHD] Add missing KKAPI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Mar 17, 2023
1 parent f26ee5d commit de93502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FreeHDefaults.Core/FreeHDefaults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
namespace FreeHDefaults.Koikatu
{
[BepInPlugin(GUID, "FreeH Defaults", Version)]
[BepInDependency(KoikatuAPI.GUID, KoikatuAPI.VersionConst)]
#if KK
[BepInProcess(KoikatuAPI.GameProcessName)]
[BepInProcess(KoikatuAPI.GameProcessNameSteam)]
Expand Down

0 comments on commit de93502

Please sign in to comment.