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,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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user