From 7d67bbc24c9be70c662d1a5b125a9d6386efa9eb Mon Sep 17 00:00:00 2001 From: BrainFart17 Date: Sun, 5 Apr 2026 19:25:10 -0700 Subject: [PATCH] Add comment for clarification --- Minecraft.World/FishingHelper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Minecraft.World/FishingHelper.h b/Minecraft.World/FishingHelper.h index 78431785..a1f686e4 100644 --- a/Minecraft.World/FishingHelper.h +++ b/Minecraft.World/FishingHelper.h @@ -70,10 +70,9 @@ class FishingHelper WeighedRandomItemArray fishingJunkArray; WeighedRandomItemArray fishingTreasuresArray; public: - + // Setup singleton FishingHelper(const FishingHelper&) = delete; FishingHelper& operator=(const FishingHelper&) = delete; - static FishingHelper* getInstance(); CatchType getRandCatchType(int level);