mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 09:25:06 +01:00
Add cooking protos.
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "CookRecipeData.proto";
|
||||
|
||||
// CmdId: 142
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message CookDataNotify {
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
NONE = 0;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
CMD_ID = 156;
|
||||
}
|
||||
|
||||
uint32 grade = 1;
|
||||
uint32 grade = 8;
|
||||
repeated CookRecipeData recipe_data_list = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user