Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -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;
}