11 lines
232 B
Protocol Buffer
11 lines
232 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
|
||
|
message NDEIDBFAICP {
|
||
|
uint32 level = 4;
|
||
|
repeated uint32 affix_list = 9;
|
||
|
uint32 EKIFPHKFODO = 10;
|
||
|
uint32 monster_id = 11;
|
||
|
}
|