9 lines
133 B
C#
9 lines
133 B
C#
using NBC.Entitas;
|
|
|
|
namespace NBF.Fishing2
|
|
{
|
|
public class GearRodComponent : Entity
|
|
{
|
|
public int ConfigId;
|
|
}
|
|
} |