syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "GCGDiceSideType.proto"; // Name: HAOLLNONCFH message GCGMsgDiceRoll { uint32 dice_num = 15; uint32 controller_id = 2; repeated GCGDiceSideType dice_side_list = 14; }