14 lines
282 B
Protocol Buffer
14 lines
282 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// Name: OLKDJDOFGHH
|
||
|
message LuminanceStoneChallengeActivityDetailInfo {
|
||
|
uint32 current_stage_id = 1;
|
||
|
uint32 best_score = 6;
|
||
|
bool is_content_closed = 13;
|
||
|
bool is_final_gallery_complete = 9;
|
||
|
}
|
||
|
|