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:
@@ -20,14 +20,14 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ScenePlayBattleInfo {
|
||||
uint32 mode = 4;
|
||||
repeated uint32 progress_stage_list = 3;
|
||||
uint32 start_time = 10;
|
||||
uint32 duration = 14;
|
||||
uint32 progress = 5;
|
||||
uint32 prepare_end_time = 1;
|
||||
uint32 play_type = 12;
|
||||
uint32 play_id = 1;
|
||||
uint32 prepare_end_time = 7;
|
||||
uint32 progress = 11;
|
||||
uint32 state = 8;
|
||||
uint32 type = 9;
|
||||
repeated uint32 progress_stage_list = 13;
|
||||
uint32 state = 7;
|
||||
uint32 mode = 6;
|
||||
uint32 type = 10;
|
||||
uint32 play_id = 11;
|
||||
uint32 start_time = 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user