Files
Fishing2/Assets/Scripts/Common/Def/SelectorRodSetting.cs
2025-08-29 09:11:08 +08:00

10 lines
124 B
C#

namespace NBF
{
public enum SelectorRodSetting
{
Speed = 0,
Drag = 1,
Leeder = 2
}
}