Add init fishing script func

This commit is contained in:
Vortrex
2021-04-04 23:21:56 -05:00
parent ea0fbb4081
commit 78dfedcaf7

View File

@@ -66,3 +66,10 @@ let fishingCatchables = [
];
// ===========================================================================
function initFishingScript() {
logToConsole(LOG_INFO, "[Asshat.Fishing]: Initializing fishing script ...");
logToConsole(LOG_INFO, "[Asshat.Fishing]: Fishing script initialized successfully!");
}
// ===========================================================================