This commit is contained in:
Bob.Song
2026-03-10 16:03:38 +08:00
parent 228de2445d
commit cf2e374998
86 changed files with 478 additions and 383 deletions

View File

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