10 lines
124 B
C#
10 lines
124 B
C#
namespace NBF
|
|
{
|
|
public enum SelectorRodSetting
|
|
{
|
|
Speed = 0,
|
|
Drag = 1,
|
|
Leeder = 2
|
|
}
|
|
|
|
} |