配置表接入和升级服务器框架到最新版

This commit is contained in:
2025-10-10 17:57:01 +08:00
parent 520d4f37bd
commit 8a302754d6
250 changed files with 6356 additions and 4135 deletions

View File

@@ -35,6 +35,22 @@ message Game2C_ItemChange // ICustomRouteMessage,GameRoute
repeated int64 Removes = 3; //移除物品(移除时有)
}
////////////// ******** 钓组 *******/////////////
///请求安装或取下配件
message C2Game_RigChangeRequest // ICustomRouteRequest,Game2C_RigChangeResponse,GameRoute
{
int64 RodId = 1;//杆子id
int64 RigId = 2;//变更的配件
bool IsAdd = 3;//是否添加
}
///请求安装配件响应
message Game2C_RigChangeResponse // ICustomRouteResponse
{
ItemBindInfo Rigs = 1; //变化钓组信息
}
////////////// ******** 鱼护 *******/////////////