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