浮漂脚本

This commit is contained in:
2025-11-26 14:28:55 +08:00
parent 293890c649
commit 6b5e43d813
110 changed files with 1659 additions and 12039 deletions

View File

@@ -0,0 +1,6 @@
namespace NBF
{
public enum GoodsType
{
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: b3636032a57e4125907ad7a1df411c52
timeCreated: 1763892955

View File

@@ -3,18 +3,18 @@
public enum ItemType
{
None,
Currency,
Item,
Rod,
Reel,
Bobber,
Line,
Bait,
Lure,
Hook,
Weight,
Feeder,
Ring
Currency = 1,
Item = 2,
Rod = 3,
Reel =4,
Bobber = 5,
Line = 6,
Bait = 7,
Lure = 8,
Hook = 9,
Weight = 10,
Feeder = 11,
}
public enum ItemSubType