7 lines
107 B
Protocol Buffer
7 lines
107 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message GadgetCrucibleInfo {
|
||
|
uint32 prepare_end_time = 2;
|
||
|
uint32 mp_play_id = 1;
|
||
|
}
|