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:
14
proto/CookGradeDataNotify.proto
Normal file
14
proto/CookGradeDataNotify.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
message CookGradeDataNotify {
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
NONE = 0;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
CMD_ID = 117;
|
||||
}
|
||||
|
||||
uint32 grade = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user