23 lines
391 B
Protocol Buffer
23 lines
391 B
Protocol Buffer
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;
|
|
}
|