12 lines
213 B
Protocol Buffer
12 lines
213 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// Name: JBAAKNEGPHN
|
||
|
message GCGOperationReboot {
|
||
|
repeated uint32 cost_card_guid_list = 14;
|
||
|
repeated uint32 dice_index_list = 1;
|
||
|
}
|
||
|
|