mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
15 lines
266 B
Protocol Buffer
15 lines
266 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: CGOBFABMIJI
|
|
message LanternProjectionLevelInfo {
|
|
uint32 id = 5;
|
|
bool is_finished = 1;
|
|
bool is_show_tips = 15;
|
|
uint32 min_finish_time = 8;
|
|
bool is_can_start = 6;
|
|
}
|
|
|