Grasscutter/proto/PlayerCookReq.proto

15 lines
279 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: 158
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
2022-06-30 17:13:27 +08:00
message PlayerCookReq {
2022-06-30 17:22:23 +08:00
uint32 recipe_id = 6;
2022-06-30 17:13:27 +08:00
uint32 qte_quality = 2;
2022-06-30 17:22:23 +08:00
uint32 assist_avatar = 11;
uint32 cook_count = 7;
2022-06-30 17:13:27 +08:00
}