模型预览功能

This commit is contained in:
2025-10-26 23:32:33 +08:00
parent 1c18e4a338
commit ce6cd8235f
370 changed files with 12735 additions and 10269 deletions

View File

@@ -17,8 +17,6 @@ namespace NBF
[ProtoMember(1)]
public uint Id { get; set; } // Id
[ProtoMember(2)]
public uint ItemId { get; set; } // 物品Id
[ProtoMember(3)]
public int Amount { get; set; } // 数量
[ProtoIgnore]
public uint Key => Id;