大修改调整

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

@@ -60,15 +60,15 @@ message VipInfo
///奖励信息
message AwardInfo
{
int64 ConfigId = 1; //奖励id
int32 ConfigId = 1; //奖励id
int32 Count = 2; //数量
}
///玩家当前使用钓组信息
message ItemBindInfo
{
int64 Item = 1; //主物品
repeated int64 BindItems = 2; //绑定物品
int32 Item = 1; //主物品
repeated int32 BindItems = 2; //绑定物品
}
///物品信息
message ItemInfo
@@ -115,4 +115,4 @@ message SkillInfo
int32 ConfigId = 1; //技能配置id
int32 Level = 2; //技能等级
int32 Exp = 3; //技能经验
}
}