10 lines
203 B
Protocol Buffer
10 lines
203 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
import "CodexTypeData.proto";
|
||
|
// 4.7.0
|
||
|
// CmdId: 4291
|
||
|
// Obf: ?
|
||
|
message ViewCodexReq {
|
||
|
repeated CodexTypeData type_data_list = 8;
|
||
|
}
|