GC-Proto/proto/TreasureMapActivityDetailInfo.proto

21 lines
573 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "TreasureMapBonusChallengeInfo.proto";
2023-02-28 04:12:44 +03:00
import "TreasureMapRegionInfo.proto";
2023-02-18 04:48:44 +03:00
2023-04-11 06:14:48 +03:00
// Name: KNIFKGPNAAC
2023-02-18 04:48:44 +03:00
message TreasureMapActivityDetailInfo {
2023-04-11 06:14:48 +03:00
repeated TreasureMapRegionInfo region_info_list = 6;
uint32 currency_num = 1;
bool is_mp_challenge_touched = 4;
2023-02-28 04:12:44 +03:00
repeated TreasureMapBonusChallengeInfo bonus_challenge_list = 11;
2023-04-11 06:14:48 +03:00
uint32 MEHOKJOPMBN = 13;
uint32 active_region_index = 15;
uint32 treasure_close_time = 3;
uint32 KKLLPPPLKMM = 7;
uint32 OPDGECDFNDK = 8;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00