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,12 +22,12 @@ import "ReunionWatcherInfo.proto";
option java_package = "emu.grasscutter.net.proto";
message ReunionMissionInfo {
repeated ReunionWatcherInfo cur_day_watcher_list = 3;
uint32 cur_score = 11;
bool is_taken_reward = 8;
repeated bool is_taken_reward_list = 6;
bool is_taken_reward = 10;
bool is_finished = 13;
repeated ReunionWatcherInfo watcher_list = 15;
repeated ReunionWatcherInfo cur_day_watcher_list = 8;
uint32 next_refresh_time = 5;
bool is_finished = 9;
uint32 mission_id = 12;
repeated ReunionWatcherInfo watcher_list = 2;
repeated bool is_taken_reward_list = 4;
uint32 mission_id = 9;
uint32 cur_score = 2;
}