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