mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -23,13 +23,13 @@ import "TreasureMapRegionInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message TreasureMapActivityDetailInfo {
|
||||
uint32 active_region_index = 1;
|
||||
repeated TreasureMapRegionInfo region_info_list = 6;
|
||||
bool is_mp_challenge_touched = 7;
|
||||
uint32 treasure_close_time = 10;
|
||||
repeated TreasureMapBonusChallengeInfo bonus_challenge_list = 5;
|
||||
uint32 currency_num = 2;
|
||||
uint32 preview_reward_id = 14;
|
||||
bool is_mp_challenge_touched = 15;
|
||||
uint32 total_mp_spot_num = 12;
|
||||
uint32 active_region_index = 3;
|
||||
repeated TreasureMapBonusChallengeInfo bonus_challenge_list = 13;
|
||||
uint32 min_open_player_level = 8;
|
||||
uint32 total_mp_spot_num = 13;
|
||||
uint32 preview_reward_id = 2;
|
||||
uint32 treasure_close_time = 1;
|
||||
uint32 currency_num = 4;
|
||||
repeated TreasureMapRegionInfo region_info_list = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user