重新导配置
This commit is contained in:
@@ -17,8 +17,10 @@ namespace NBF
|
||||
[ProtoMember(1)]
|
||||
public uint Id { get; set; } // Id
|
||||
[ProtoMember(2)]
|
||||
public float[] GearRatio { get; set; } = Array.Empty<float>(); // 组件比
|
||||
public uint ReelType { get; set; } // 鱼轮类型
|
||||
[ProtoMember(3)]
|
||||
public float[] GearRatio { get; set; } = Array.Empty<float>(); // 组件比
|
||||
[ProtoMember(4)]
|
||||
public uint Strength { get; set; } // 强度
|
||||
[ProtoIgnore]
|
||||
public uint Key => Id;
|
||||
|
||||
Reference in New Issue
Block a user