大修改调整

This commit is contained in:
2026-03-09 23:41:26 +08:00
parent 25c8839efe
commit c338bf3e6b
2 changed files with 7 additions and 7 deletions

View File

@@ -4876,7 +4876,7 @@ namespace Fantasy
MessageObjectPool<AwardInfo>.Return(this);
}
[ProtoMember(1)]
public long ConfigId { get; set; }
public int ConfigId { get; set; }
[ProtoMember(2)]
public int Count { get; set; }
}
@@ -4922,9 +4922,9 @@ namespace Fantasy
MessageObjectPool<ItemBindInfo>.Return(this);
}
[ProtoMember(1)]
public long Item { get; set; }
public int Item { get; set; }
[ProtoMember(2)]
public List<long> BindItems { get; set; } = new List<long>();
public List<int> BindItems { get; set; } = new List<int>();
}
/// <summary>
/// 物品信息