提交修改

This commit is contained in:
2025-10-20 00:00:56 +08:00
parent 983203f603
commit 4ee5d0885c
292 changed files with 14032 additions and 78 deletions

View File

@@ -19,12 +19,14 @@ namespace NBF
[ProtoMember(2)]
public string Model { get; set; } // 模型
[ProtoMember(3)]
public uint[] Hook { get; set; } = Array.Empty<uint>(); //
public string Icon { get; set; } // 图标
[ProtoMember(4)]
public uint EfficacyBase { get; set; } // 吸引力
public uint[] Hook { get; set; } = Array.Empty<uint>(); //
[ProtoMember(5)]
public uint Length { get; set; } // 长度(毫米)
public uint EfficacyBase { get; set; } // 吸引力
[ProtoMember(6)]
public uint Length { get; set; } // 长度(毫米)
[ProtoMember(7)]
public uint Weight { get; set; } // 重量(克)
[ProtoIgnore]
public uint Key => Id;