|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GCGDiceSideType.proto";
|
|
|
|
// Name: EMAGMDBBEJB
|
|
message GCGMsgDiceReroll {
|
|
repeated GCGDiceSideType dice_side_list = 1;
|
|
repeated uint32 select_dice_index_list = 2;
|
|
uint32 controller_id = 13;
|
|
}
|
|
|