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:
@@ -21,13 +21,18 @@ import "ItemParam.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 4125
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message OrderFinishNotify {
|
||||
uint32 order_id = 3;
|
||||
uint32 card_product_remain_days = 15;
|
||||
repeated ItemParam item_list = 9;
|
||||
uint32 add_mcoin = 7;
|
||||
string product_id = 6;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 4122;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint32 order_id = 8;
|
||||
string product_id = 5;
|
||||
uint32 card_product_remain_days = 6;
|
||||
repeated ItemParam item_list = 4;
|
||||
uint32 add_mcoin = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user