12 lines
218 B
C#
12 lines
218 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace NBF.Fishing2
|
|
{
|
|
public class MapUnitGearPart : Entity
|
|
{
|
|
/// <summary>
|
|
/// 配置表id
|
|
/// </summary>
|
|
public int ConfigId { get; set; }
|
|
}
|
|
} |