大修改调整

This commit is contained in:
2026-03-09 23:41:13 +08:00
parent 27b85fd875
commit 0526fe5f13
67 changed files with 780 additions and 545 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>
/// 物品信息