Grasscutter/proto/PlayerCookArgsRsp.proto

12 lines
209 B
Protocol Buffer
Raw Normal View History

2022-06-30 17:13:27 +08:00
syntax = "proto3";
2022-06-30 17:22:23 +08:00
option java_package = "emu.grasscutter.net.proto";
2022-06-30 17:13:27 +08:00
2022-06-30 17:22:23 +08:00
// CmdId: 105
// EnetChannelId: 0
// EnetIsReliable: true
2022-06-30 17:13:27 +08:00
message PlayerCookArgsRsp {
int32 retcode = 1;
2022-06-30 17:22:23 +08:00
float qte_range_ratio = 15;
2022-06-30 17:13:27 +08:00
}