提交修改
This commit is contained in:
@@ -19,10 +19,12 @@ namespace NBF
|
||||
[ProtoMember(2)]
|
||||
public string Model { get; set; } // 模型
|
||||
[ProtoMember(3)]
|
||||
public uint Type { get; set; } // 类型
|
||||
public string Icon { get; set; } // 图标
|
||||
[ProtoMember(4)]
|
||||
public uint Max { get; set; } // 最大堆叠数量
|
||||
public uint Type { get; set; } // 类型
|
||||
[ProtoMember(5)]
|
||||
public uint Max { get; set; } // 最大堆叠数量
|
||||
[ProtoMember(6)]
|
||||
public uint AutoUse { get; set; } // 获得自动使用
|
||||
[ProtoIgnore]
|
||||
public uint Key => Id;
|
||||
|
||||
Reference in New Issue
Block a user