15 lines
310 B
Protocol Buffer
15 lines
310 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "CodexType.proto";
|
|
|
|
// Name: DHDKCGCJDGH
|
|
message CodexTypeData {
|
|
map<uint32, uint32> weapon_max_promote_level_map = 1;
|
|
CodexType type = 10;
|
|
repeated uint32 codex_id_list = 12;
|
|
repeated bool have_viewed_list = 3;
|
|
}
|
|
|