mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,13 +22,13 @@ import "SeaLampSectionInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SeaLampActivityInfo {
|
||||
bool is_mechanicus_open = 14;
|
||||
uint32 day_index = 1;
|
||||
repeated SeaLampSectionInfo section_info_list = 6;
|
||||
uint32 popularity = 10;
|
||||
uint32 sea_lamp_coin = 15;
|
||||
uint32 first_day_start_time = 11;
|
||||
uint32 mechanicus_id = 9;
|
||||
bool is_mechanicus_feature_close = 12;
|
||||
bool is_content_closed = 5;
|
||||
uint32 day_index = 14;
|
||||
bool is_content_closed = 15;
|
||||
repeated SeaLampSectionInfo section_info_list = 1;
|
||||
uint32 mechanicus_id = 7;
|
||||
uint32 first_day_start_time = 6;
|
||||
uint32 sea_lamp_coin = 11;
|
||||
uint32 popularity = 2;
|
||||
bool Unk3300_JMPCJGJHPIH = 13;
|
||||
bool Unk3300_BAJIGNGJALG = 9;
|
||||
}
|
||||
|
Reference in New Issue
Block a user