mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-01 15:54:44 +03:00
14 lines
247 B
Protocol Buffer
14 lines
247 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: LBNDFFCAGIF
|
|
message IrodoriMasterLevelDetailInfo {
|
|
uint32 min_finish_time = 2;
|
|
bool is_have_try = 11;
|
|
bool is_finish = 10;
|
|
uint32 diffculty = 14;
|
|
}
|
|
|