GC-Proto/proto/TreasureMapBonusChallengeIn...

15 lines
279 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: JGHDBJEGKHB
message TreasureMapBonusChallengeInfo {
bool is_done = 11;
bool is_active = 14;
map<uint32, bool> fragment_map = 2;
uint32 solution_id = 3;
uint32 config_id = 6;
}