GC-Proto/proto/GCGMsgDiceRoll.proto
2023-04-11 11:14:48 +08:00

14 lines
260 B
Protocol Buffer

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