GC-Proto/proto/SeaLampActivityInfo.proto

20 lines
455 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
2023-01-28 17:00:48 +03:00
import "SeaLampSectionInfo.proto";
2023-02-28 06:08:38 +03:00
// Name: FPJLKJADJAC
2022-11-06 15:30:21 +03:00
message SeaLampActivityInfo {
2023-02-28 06:08:38 +03:00
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;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00