7 lines
114 B
C#
7 lines
114 B
C#
namespace NBF
|
|
{
|
|
[TableName("gameRings")]
|
|
public partial class RingConfig : ConfigGearBase
|
|
{
|
|
}
|
|
} |