Grasscutter/proto/CookRecipeDataNotify.proto

13 lines
228 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
import "CookRecipeData.proto";
2022-06-30 17:22:23 +08:00
// CmdId: 101
// EnetChannelId: 0
// EnetIsReliable: true
2022-06-30 17:13:27 +08:00
message CookRecipeDataNotify {
CookRecipeData recipe_data = 1;
}