Info in comment

This commit is contained in:
Vortrex
2022-06-26 13:31:56 -05:00
parent d90dc8e7b8
commit ad1f7a3c7f

View File

@@ -7,6 +7,7 @@
// TYPE: Server (JavaScript)
// ===========================================================================
// Fishing Catch Types (Probably not going to be used, in favor of items and their use type)
const VRR_FISHING_CATCH_TYPE_NONE = 1;
const VRR_FISHING_CATCH_TYPE_FISH = 1;
const VRR_FISHING_CATCH_TYPE_JUNK = 2;