mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 16:52:26 +08:00
载具创建交互初步
This commit is contained in:
@@ -230,6 +230,12 @@ func (c *CmdProtoMap) registerAllMessage() {
|
||||
c.registerMessage(McoinExchangeHcoinReq, &proto.McoinExchangeHcoinReq{}) // 结晶换原石请求
|
||||
c.registerMessage(McoinExchangeHcoinRsp, &proto.McoinExchangeHcoinRsp{}) // 结晶换原石响应
|
||||
|
||||
// 载具
|
||||
c.registerMessage(CreateVehicleReq, &proto.CreateVehicleReq{}) // 创建载具请求
|
||||
c.registerMessage(CreateVehicleRsp, &proto.CreateVehicleRsp{}) // 创建载具响应
|
||||
c.registerMessage(VehicleInteractReq, &proto.VehicleInteractReq{}) // 载具交互请求
|
||||
c.registerMessage(VehicleInteractRsp, &proto.VehicleInteractRsp{}) // 载具交互响应
|
||||
|
||||
// 乱七八糟
|
||||
c.registerMessage(MarkMapReq, &proto.MarkMapReq{}) // 标记地图请求
|
||||
c.registerMessage(TowerAllDataReq, &proto.TowerAllDataReq{}) // 深渊数据请求
|
||||
|
||||
Reference in New Issue
Block a user