GC-Proto/proto/PlayerCookArgsReq.proto

13 lines
235 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 166
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message PlayerCookArgsReq {
uint32 recipe_id = 11;
uint32 assist_avatar = 10;
}