浮漂脚本
This commit is contained in:
6
Assets/Scripts/Common/Enum/GoodsType.cs
Normal file
6
Assets/Scripts/Common/Enum/GoodsType.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace NBF
|
||||
{
|
||||
public enum GoodsType
|
||||
{
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Common/Enum/GoodsType.cs.meta
Normal file
3
Assets/Scripts/Common/Enum/GoodsType.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b3636032a57e4125907ad7a1df411c52
|
||||
timeCreated: 1763892955
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user