Grasscutter/proto/PlayerCookArgsReq.proto

13 lines
234 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: 104
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
2022-06-30 17:13:27 +08:00
message PlayerCookArgsReq {
2022-06-30 17:22:23 +08:00
uint32 recipe_id = 3;
uint32 assist_avatar = 15;
2022-06-30 17:13:27 +08:00
}