20 lines
455 B
Protocol Buffer
20 lines
455 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "SeaLampSectionInfo.proto";
|
|
|
|
// Name: FPJLKJADJAC
|
|
message SeaLampActivityInfo {
|
|
repeated SeaLampSectionInfo section_info_list = 8;
|
|
uint32 sea_lamp_coin = 9;
|
|
uint32 mechanicus_id = 11;
|
|
bool IAIGGMMDBIH = 7;
|
|
uint32 day_index = 6;
|
|
bool is_content_closed = 15;
|
|
uint32 popularity = 13;
|
|
bool KHJFGGCODAG = 14;
|
|
uint32 first_day_start_time = 4;
|
|
}
|
|
|