mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,18 +2,18 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "GadgetCrucibleInfo.proto";
|
||||
|
||||
|
||||
import "CrucibleInfo.proto";
|
||||
|
||||
// Name: FOENOMBFLMO
|
||||
message GadgetPlayInfo {
|
||||
uint32 playType = 1;
|
||||
uint32 duration = 2;
|
||||
repeated uint32 progressStageList = 3;
|
||||
uint32 startCd = 4;
|
||||
uint32 startTime = 5;
|
||||
uint32 progress = 6;
|
||||
oneof play_info {
|
||||
CrucibleInfo crucible_info = 21;
|
||||
}
|
||||
uint32 play_type = 1;
|
||||
uint32 duration = 2;
|
||||
repeated uint32 progress_stage_list = 3;
|
||||
uint32 start_cd = 4;
|
||||
uint32 start_time = 5;
|
||||
uint32 progress = 6;
|
||||
oneof play_info {
|
||||
GadgetCrucibleInfo crucible_info = 21;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user