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:
@@ -30,13 +30,13 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GCGOperation {
|
||||
oneof op {
|
||||
GCGOperationRedraw op_redraw = 10;
|
||||
GCGOperationOnStageSelect op_select_on_stage = 4;
|
||||
GCGOperationReroll op_reroll = 9;
|
||||
GCGOperationAttack op_attack = 11;
|
||||
GCGOperationPass op_pass = 15;
|
||||
GCGOperationPlayCard op_play_card = 2;
|
||||
GCGOperationRedraw op_redraw = 3;
|
||||
GCGOperationOnStageSelect op_select_on_stage = 9;
|
||||
GCGOperationReroll op_reroll = 4;
|
||||
GCGOperationAttack op_attack = 7;
|
||||
GCGOperationPass op_pass = 6;
|
||||
GCGOperationPlayCard op_play_card = 15;
|
||||
GCGOperationReboot op_reboot = 5;
|
||||
GCGOperationSurrender op_surrender = 1;
|
||||
GCGOperationSurrender op_surrender = 10;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user