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