mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-07 03:37:03 +00:00
Add comment for clarification
This commit is contained in:
parent
406e7e2f06
commit
7d67bbc24c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue