mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
17 lines
407 B
Protocol Buffer
17 lines
407 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
message DFMJFILICOP {
|
|
uint32 HOJMLPJHHPJ = 1;
|
|
uint32 IEHLHAOGKPJ = 2;
|
|
uint32 start_time = 3;
|
|
uint32 prepare_end_time = 6;
|
|
repeated uint32 progress_stage_list = 7;
|
|
uint32 duration = 8;
|
|
uint32 type = 10;
|
|
uint32 progress = 11;
|
|
uint32 play_type = 12;
|
|
uint32 state = 15;
|
|
}
|