快速使用协议

This commit is contained in:
2025-11-19 00:08:10 +08:00
parent 32dadfcfad
commit c8e7b38d3f
8 changed files with 192 additions and 95 deletions

View File

@@ -14,6 +14,7 @@ message Game2C_GetItemsResponse // ICustomRouteResponse
{
repeated ItemInfo Items = 1; //物品信息
repeated ItemBindInfo Rigs = 2; //钓组信息
repeated int64 Slots = 3; //快速使用插槽
}
///请求使用物品
@@ -53,6 +54,21 @@ message Game2C_RigChangeResponse // ICustomRouteResponse
}
////////////// ******** 快速使用插槽 *******/////////////
///请求设置快速使用
message C2Game_SetSlotRequest // ICustomRouteRequest,Game2C_SetSlotResponse,GameRoute
{
int32 Index = 1;//插槽位置
int64 Id = 2;//快速使用物品
}
///请求设置快速使用响应
message Game2C_SetSlotResponse // ICustomRouteResponse
{
repeated int64 Slots = 1; //快速使用插槽
}
////////////// ******** 鱼护 *******/////////////
///请求鱼护列表