mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -19,14 +19,19 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 8125
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message BartenderCompleteOrderRsp {
|
||||
bool is_new = 10;
|
||||
uint32 finish_order_id = 3;
|
||||
int32 retcode = 4;
|
||||
uint32 formula_id = 6;
|
||||
uint32 quest_id = 15;
|
||||
repeated uint32 affix_list = 2;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 8870;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint32 formula_id = 9;
|
||||
uint32 quest_id = 7;
|
||||
uint32 finish_order_id = 6;
|
||||
int32 retcode = 10;
|
||||
bool is_new = 8;
|
||||
repeated uint32 affix_list = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user