GC-Proto/proto/OrderFinishNotify.proto

23 lines
391 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "ItemParam.proto";
option java_package = "emu.grasscutter.net.proto";
message OrderFinishNotify {
enum MFFGOBEAMGF {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 4146;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
uint32 addMcoin = 4;
uint32 cardProductRemainDays = 3;
uint32 orderId = 5;
repeated ItemParam itemList = 8;
string productId = 13;
}