12 lines
201 B
C#
12 lines
201 B
C#
namespace NBF
|
|
{
|
|
[TableName("gameFishAccepts")]
|
|
public partial class FishAcceptConfig : ConfigBase
|
|
{
|
|
public int bait;
|
|
|
|
public float min;
|
|
|
|
public float max;
|
|
}
|
|
} |