Add comment for clarification

This commit is contained in:
BrainFart17 2026-04-05 19:25:10 -07:00
parent 406e7e2f06
commit 7d67bbc24c

View file

@ -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);