GC-Proto/proto/PlayerCookReq.proto
2023-08-23 01:34:44 +08:00

15 lines
280 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 194
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message PlayerCookReq {
uint32 recipe_id = 8;
uint32 qte_quality = 12;
uint32 assist_avatar = 14;
uint32 cook_count = 1;
}