Initial Commit
This commit is contained in:
12
Patches/PlayerFishingControllerPatches.cs
Normal file
12
Patches/PlayerFishingControllerPatches.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using HarmonyLib;
|
||||
|
||||
namespace UnlockAll.Patches;
|
||||
|
||||
public class PlayerFishingControllerPatches
|
||||
{
|
||||
[HarmonyPatch(typeof(PlayerFishingController), "pickFish")]
|
||||
public static bool PickFishPrefix()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user