mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,7 +22,7 @@ import "GCGDiceSideType.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GCGMsgDiceReroll {
|
||||
uint32 controller_id = 2;
|
||||
repeated uint32 select_dice_index_list = 1;
|
||||
repeated GCGDiceSideType dice_side_list = 6;
|
||||
uint32 controller_id = 1;
|
||||
repeated GCGDiceSideType dice_side_list = 8;
|
||||
repeated uint32 select_dice_index_list = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user